NumberingSchemaEnabled Property |
True if the NumberingSchema is in use. False otherwise.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic bool Enabled { get; set; }Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}member Enabled : bool with get, set
Property Value
Boolean
See Also