AssetProperty.Type Property

AssetPropertyType Property

Returns the type of the AssetProperty

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public AssetPropertyType Type { get; }
Public ReadOnly Property Type As AssetPropertyType
	Get
public:
property AssetPropertyType Type {
	AssetPropertyType get ();
}
member Type : AssetPropertyType with get

Property Value

AssetPropertyType
See Also