AcadPreferencesDisplayClassLayoutCreateViewport
Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual bool LayoutCreateViewport { get; set; }
Public Overridable Property LayoutCreateViewport As Boolean
Get
Set
public:
virtual property bool LayoutCreateViewport {
bool get ();
void set (bool value);
}
abstract LayoutCreateViewport : bool with get, set
override LayoutCreateViewport : bool with get, set
Property Value
Boolean
Implements
IAcadPreferencesDisplayLayoutCreateViewport
See Also