Share

NumberingSchema.GetSchemasInDocument Method

Returns a set of Ids of all Numbering Schema elements for a given document.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static ISet<ElementId> GetSchemasInDocument(
	Document document
)

Parameters

document  Document
A document to get numbering schema from.

Return Value

ISet<ElementId>
Ids of NumberingSchema elements. An empty set if no schemas are found in the given document.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?