Click or drag to resize

SetPropertySetValueVOrder Method (SetPropertyValue, Int32, Boolean)

Set the vorder for the values of the property

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void SetValueVOrder(
	SetPropertyValue propertyValue,
	int vOrder,
	bool calcParentChildVOrder
)

Parameters

propertyValue
Type: Omada.OE.ModelSetPropertyValue
vOrder
Type: SystemInt32
calcParentChildVOrder
Type: SystemBoolean
See Also