PrintSetup.InSession Property

PrintSetupInSession Property

The in-session Print Setting of Print Setup.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public InSessionPrintSetting InSession { get; }
Public ReadOnly Property InSession As InSessionPrintSetting
	Get
public:
property InSessionPrintSetting^ InSession {
	InSessionPrintSetting^ get ();
}
member InSession : InSessionPrintSetting with get

Property Value

InSessionPrintSetting
See Also