AssetProperty.Type Property

AssetPropertyType Property

Returns the type of the AssetProperty

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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