Get the name of the AssetProperty
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static string GetTypeName( AssetPropertyType type )
Parameters
- type AssetPropertyType
Return Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when type is AssetPropertyType::Unknown. |