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