AssetPropertyType Enumeration

Enumerated type listing the type of asset property

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum AssetPropertyType
Members
Member nameValueDescription
Unknown0 An unknown or unspecified property type.
Properties1 Represents Properties. The corresponding AssetProperty sub class is AssetProperties.
Boolean2 Represents property Boolean. The corresponding AssetProperty sub class is AssetPropertyBoolean.
Enumeration3 Represents property Enum. The corresponding AssetProperty sub class is AssetPropertyEnum.
Integer4 Represents property Integer. The corresponding AssetProperty sub class is AssetPropertyInteger.
Float5 Represents property Float. The corresponding AssetProperty sub class is AssetPropertyFloat.
Double16 Represents property Double. The corresponding AssetProperty sub class is AssetPropertyDouble.
Double27 Represents property 2d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray2d.
Double38 Represents property 3d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray3d.
Double49 Represents property 4d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray4d.
Double4410 Represents property 4x4 Double matrix. The corresponding AssetProperty sub class is AssetPropertyDoubleMatrix44.
String11 Represents property String. The corresponding AssetProperty sub class is AssetPropertyString.
Time12 Represents property Time. The corresponding AssetProperty sub class is AssetPropertyTime.
Distance14 Represents property Distance. The corresponding AssetProperty sub class is AssetPropertyDistance. Special.
Asset15 Represents property Asset. The corresponding AssetProperty sub class is Asset.
Reference16 Represents property Reference. The corresponding AssetProperty sub class is AssetPropertyReference.
Longlong17 Represents property Int64. The corresponding AssetProperty sub class is AssetPropertyInt64.
ULonglong18 Represents property unsigned Int64. The corresponding AssetProperty sub class is AssetPropertyUInt64.
List19 Represents property List. The corresponding AssetProperty sub class is AssetPropertyList.
Float320 Represents property Float array. The corresponding AssetProperty sub class is AssetPropertyFloatArray.
See Also