SchemaCommon.Description Property

SchemaCommonDescription Property

The property labeled "Description" common to all visual Asset types.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static string Description { get; }
Public Shared ReadOnly Property Description As String
	Get
public:
static property String^ Description {
	String^ get ();
}
static member Description : string with get

Property Value

String
Remarks
This property is of type "AssetPropertyString".
See Also