RVTDocs.com

NumberingSchema.GetSchemasInDocument

Method
Description:
Returns a set of Ids of all Numbering Schema elements for a given document.
Syntax
public static ISet<ElementId> GetSchemasInDocument(
	Document document
)
Parameters
Parameter Type Description
document Document A document to get numbering schema from.
Return Value
Type Description
ISet Ids of NumberingSchema elements. An empty set if no schemas are found in the given document.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null