IAcadDocumentActiveLayout Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
AcadLayout ActiveLayout { get; set; }
Property ActiveLayout As AcadLayout
Get
Set
property AcadLayout^ ActiveLayout {
AcadLayout^ get ();
void set (AcadLayout^ value);
}
abstract ActiveLayout : AcadLayout with get, set
Property Value
Type:
AcadLayout
See Also