Share

Document.GetPrintSettingIds Method

Retrieves all Print Settings of current project.


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

Syntax

C#

public ICollection<ElementId> GetPrintSettingIds()

Return Value

ICollection<ElementId>
The ElementIds of all print setting elements

See Also

Reference

Was this information helpful?