Railing.IsDefault Property

RailingIsDefault Property

Indicates if the railing is the default one that system generates.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsDefault { get; }
Public ReadOnly Property IsDefault As Boolean
	Get
public:
property bool IsDefault {
	bool get ();
}
member IsDefault : bool with get

Property Value

Boolean
See Also