NumberingSchemaScopeDefiningFilter Property |
The id of the filter that determines the scope for this schema.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic ElementId ScopeDefiningFilter { get; set; }Public Property ScopeDefiningFilter As ElementId
Get
Set
public:
property ElementId^ ScopeDefiningFilter {
ElementId^ get ();
void set (ElementId^ value);
}member ScopeDefiningFilter : ElementId with get, set
Property Value
ElementId
Exceptions
See Also