Click or drag to resize
FormContextGetEvaluatableObject Method

[This is preliminary documentation and is subject to change.]

Get evaluatable object by name

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public override IEvaluatable GetEvaluatableObject(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.GetEvaluatableObject(System.String)"]

Return Value

Type: IEvaluatable

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.GetEvaluatableObject(System.String)"]

See Also