GroupIsSelectable Property
|
Gets or sets if the group is selectable.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool IsSelectable { get; set; }
Public Property IsSelectable As Boolean
Get
Set
public:
property bool IsSelectable {
bool get ();
void set (bool value);
}
member IsSelectable : bool with get, set
PROPERTY IsSelectable AS LOGIC GET SET
Property Value
Type:
BooleanSee Also