LoadPropertyColCreateLoadProperty Method

Create a new load property.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public LoadProperty CreateLoadProperty(
	LoadPropertyType loadPropertyType,
	FamilyCategory category,
	string name = null
)

Parameters

loadPropertyType  LoadPropertyType
category  FamilyCategory
name  String  (Optional)

Return Value

LoadProperty
The created LoadProperty.

See Also