SchemaCommon.Hidden Property

SchemaCommonHidden Property

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

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

Property Value

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