Revit 2025.3 API
Asset |
Get the name of the AssetProperty
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static string GetTypeName( AssetPropertyType type )
Public Shared Function GetTypeName ( type As AssetPropertyType ) As String
public: static String^ GetTypeName( AssetPropertyType type )
static member GetTypeName : type : AssetPropertyType -> string
Parameters
- type AssetPropertyType
Return Value
String
Exception | Condition |
---|---|
ArgumentException | Thrown when type is AssetPropertyType::Unknown. |
See Also