Gets or sets whether the EntityGroup can be selected.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Selectable As System.Boolean |
C# | |
---|
System.bool Selectable {get; set;} |
JavaScript | |
---|
get_Selectable () : Boolean
put_Selectable (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_Selectable(
VARIANT_BOOL* Val
)
HRESULT put_Selectable(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_Selectable (
bool* Val
)
DSRESULT put_Selectable(
bool NewVal
) |
Property Value
True if the EntityGroup can be selected, false if not
Remarks
See Also
Availability
DraftSight V1R4.0