FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsEngineContext..::..getFigureProperty<(Of <(<'T>)>)> Method (String)

Gets the figure property.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public T getFigureProperty<T>(
	string propertyName
)
Public Function getFigureProperty(Of T) ( _
	propertyName As String _
) As T
public:
generic<typename T>
T getFigureProperty(
	String^ propertyName
)

Type Parameters

T

Parameters

propertyName
Type: String
Name of the property.

Return Value

T.