2027 Enumeration
Changes 0
E

AssetPropertyType

Description:
Enumerated type listing the type of asset property
public enum AssetPropertyType
Name Description
E Asset Represents property Asset. The corresponding AssetProperty sub class is Asset.
E Boolean Represents property Boolean. The corresponding AssetProperty sub class is AssetPropertyBoolean.
E Distance Represents property Distance. The corresponding AssetProperty sub class is AssetPropertyDistance. Special.
E Double1 Represents property Double. The corresponding AssetProperty sub class is AssetPropertyDouble.
E Double2 Represents property 2d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray2d.
E Double3 Represents property 3d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray3d.
E Double4 Represents property 4d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray4d.
E Double44 Represents property 4x4 Double matrix. The corresponding AssetProperty sub class is AssetPropertyDoubleMatrix44.
E Enumeration Represents property Enum. The corresponding AssetProperty sub class is AssetPropertyEnum.
E Float Represents property Float. The corresponding AssetProperty sub class is AssetPropertyFloat.
E Float3 Represents property Float array. The corresponding AssetProperty sub class is AssetPropertyFloatArray.
E Integer Represents property Integer. The corresponding AssetProperty sub class is AssetPropertyInteger.
E List Represents property List. The corresponding AssetProperty sub class is AssetPropertyList.
E Longlong Represents property Int64. The corresponding AssetProperty sub class is AssetPropertyInt64.
E Properties Represents Properties. The corresponding AssetProperty sub class is AssetProperties.
E Reference Represents property Reference. The corresponding AssetProperty sub class is AssetPropertyReference.
E String Represents property String. The corresponding AssetProperty sub class is AssetPropertyString.
E Time Represents property Time. The corresponding AssetProperty sub class is AssetPropertyTime.
E ULonglong Represents property unsigned Int64. The corresponding AssetProperty sub class is AssetPropertyUInt64.
E Unknown An unknown or unspecified property type.