PrintSetup.InSession Property

PrintSetupInSession Property

The in-session Print Setting of Print Setup.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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