AssetPropertyType Enumeration

AssetPropertyType Enumeration

Enumerated type listing the type of asset property

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum AssetPropertyType
Public Enumeration AssetPropertyType
public enum class AssetPropertyType
type AssetPropertyType
Members
Member nameValueDescription
Asset15 Represents property Asset. The corresponding AssetProperty sub class is Asset.
Boolean2 Represents property Boolean. The corresponding AssetProperty sub class is AssetPropertyBoolean.
Distance14 Represents property Distance. The corresponding AssetProperty sub class is AssetPropertyDistance. Special.
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.
Enumeration3 Represents property Enum. The corresponding AssetProperty sub class is AssetPropertyEnum.
Float5 Represents property Float. The corresponding AssetProperty sub class is AssetPropertyFloat.
Float320 Represents property Float array. The corresponding AssetProperty sub class is AssetPropertyFloatArray.
Integer4 Represents property Integer. The corresponding AssetProperty sub class is AssetPropertyInteger.
List19 Represents property List. The corresponding AssetProperty sub class is AssetPropertyList.
Longlong17 Represents property Int64. The corresponding AssetProperty sub class is AssetPropertyInt64.
Properties1 Represents Properties. The corresponding AssetProperty sub class is AssetProperties.
Reference16 Represents property Reference. The corresponding AssetProperty sub class is AssetPropertyReference.
String11 Represents property String. The corresponding AssetProperty sub class is AssetPropertyString.
Time12 Represents property Time. The corresponding AssetProperty sub class is AssetPropertyTime.
ULonglong18 Represents property unsigned Int64. The corresponding AssetProperty sub class is AssetPropertyUInt64.
Unknown0 An unknown or unspecified property type.
See Also