MFUtilsGetStateActionSetPropertyValue Method

Retrieves the Property value of a State action for specific property if it exists. Returns null if property or action set properties not found.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static TypedValue GetStateActionSetPropertyValue(
	StateAdmin state,
	int propID
)

Parameters

state  StateAdmin
StateAdmin object of the specific state
propID  Int32
ID of the property definition as an integer

Return Value

TypedValue
TypedValue object of the value. If nothing found, returns null.

See Also