AssetProperty.GetTypeName Method

Get the name of the AssetProperty


Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static string GetTypeName(
	AssetPropertyType type
)

Parameters

type  AssetPropertyType
 

Return Value

String

Exceptions

ExceptionCondition
ArgumentExceptionThrown when type is AssetPropertyType::Unknown.

See Also

Reference

AssetProperty Class
Autodesk.Revit.DB.Visual Namespace