RVTDocs.com

AssetPropertyType

Enumeration
Description:
Enumerated type listing the type of asset property
Syntax
public enum AssetPropertyType
AssetPropertyType Enumeration Members:
Name Description
0 An unknown or unspecified property type.
1 Represents Properties. The corresponding AssetProperty sub class is AssetProperties.
2 Represents property Boolean. The corresponding AssetProperty sub class is AssetPropertyBoolean.
3 Represents property Enum. The corresponding AssetProperty sub class is AssetPropertyEnum.
4 Represents property Integer. The corresponding AssetProperty sub class is AssetPropertyInteger.
5 Represents property Float. The corresponding AssetProperty sub class is AssetPropertyFloat.
6 Represents property Double. The corresponding AssetProperty sub class is AssetPropertyDouble.
7 Represents property 2d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray2d.
8 Represents property 3d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray3d.
9 Represents property 4d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray4d.
10 Represents property 4x4 Double matrix. The corresponding AssetProperty sub class is AssetPropertyDoubleMatrix44.
11 Represents property String. The corresponding AssetProperty sub class is AssetPropertyString.
12 Represents property Time. The corresponding AssetProperty sub class is AssetPropertyTime.
14 Represents property Distance. The corresponding AssetProperty sub class is AssetPropertyDistance. Special.
15 Represents property Asset. The corresponding AssetProperty sub class is Asset.
16 Represents property Reference. The corresponding AssetProperty sub class is AssetPropertyReference.
17 Represents property Int64. The corresponding AssetProperty sub class is AssetPropertyInt64.
18 Represents property unsigned Int64. The corresponding AssetProperty sub class is AssetPropertyUInt64.
19 Represents property List. The corresponding AssetProperty sub class is AssetPropertyList.
20 Represents property Float array. The corresponding AssetProperty sub class is AssetPropertyFloatArray.