AssetPropertyType Enumeration |
Enumerated type listing the type of asset property
Namespace: Autodesk.Revit.DB.VisualAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum AssetPropertyType
Public Enumeration AssetPropertyType
public enum class AssetPropertyType
MembersMember name | Value | Description |
---|
Unknown | 0 |
An unknown or unspecified property type.
|
Properties | 1 |
Represents Properties. The corresponding AssetProperty sub class is AssetProperties.
|
Boolean | 2 |
Represents property Boolean. The corresponding AssetProperty sub class is AssetPropertyBoolean.
|
Enumeration | 3 |
Represents property Enum. The corresponding AssetProperty sub class is AssetPropertyEnum.
|
Integer | 4 |
Represents property Integer. The corresponding AssetProperty sub class is AssetPropertyInteger.
|
Float | 5 |
Represents property Float. The corresponding AssetProperty sub class is AssetPropertyFloat.
|
Double1 | 6 |
Represents property Double. The corresponding AssetProperty sub class is AssetPropertyDouble.
|
Double2 | 7 |
Represents property 2d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray2d.
|
Double3 | 8 |
Represents property 3d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray3d.
|
Double4 | 9 |
Represents property 4d Double array. The corresponding AssetProperty sub class is AssetPropertyDoubleArray4d.
|
Double44 | 10 |
Represents property 4x4 Double matrix. The corresponding AssetProperty sub class is AssetPropertyDoubleMatrix44.
|
String | 11 |
Represents property String. The corresponding AssetProperty sub class is AssetPropertyString.
|
Time | 12 |
Represents property Time. The corresponding AssetProperty sub class is AssetPropertyTime.
|
Distance | 14 |
Represents property Distance. The corresponding AssetProperty sub class is AssetPropertyDistance.
Special.
|
Asset | 15 |
Represents property Asset. The corresponding AssetProperty sub class is Asset.
|
Reference | 16 |
Represents property Reference. The corresponding AssetProperty sub class is AssetPropertyReference.
|
Longlong | 17 |
Represents property Int64. The corresponding AssetProperty sub class is AssetPropertyInt64.
|
ULonglong | 18 |
Represents property unsigned Int64. The corresponding AssetProperty sub class is AssetPropertyUInt64.
|
List | 19 |
Represents property List. The corresponding AssetProperty sub class is AssetPropertyList.
|
Float3 | 20 |
Represents property Float array. The corresponding AssetProperty sub class is AssetPropertyFloatArray.
|
See Also