DxfDocumentActiveLayout Property
|
Gets or sets the name of the active layout.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string ActiveLayout { get; set; }
Public Property ActiveLayout As String
Get
Set
public:
property String^ ActiveLayout {
String^ get ();
void set (String^ value);
}
member ActiveLayout : string with get, set
PROPERTY ActiveLayout AS STRING GET SET
Property Value
Type:
StringSee Also