Retrieve the PrintManager of current project.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public PrintManager PrintManager { get; } |
Visual Basic |
---|
Public ReadOnly Property PrintManager As PrintManager Get |
Visual C++ |
---|
public: property PrintManager^ PrintManager { PrintManager^ get (); } |