Selectable Property (IGroup) Send Feedback
See Also 
Gets or sets whether the EntityGroup can be selected.

Syntax

Visual Basic 
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

If the EntityGroup can be selected, then all of the entities within the EntityGroup are selected when selecting any entity in the EntityGroup.

See Also

Availability

DraftSight V1R4.0