| Revit 2022.1 API |
| PrintSetup..::..InSession Property |
| PrintSetup Class See Also |
The in-session Print Setting of Print Setup.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public InSessionPrintSetting InSession { get; } |
| Visual Basic |
|---|
Public ReadOnly Property InSession As InSessionPrintSetting Get |
| Visual C++ |
|---|
public: property InSessionPrintSetting^ InSession { InSessionPrintSetting^ get (); } |