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