RemoveEntityAt Method (IGroup) Send Feedback
See Also  Example
Index
0-based index of entity to remove from the EntityGroup
Removes the entity at the specified index from the EntityGroup.

Syntax

Visual Basic 
Sub RemoveEntityAt( _
   ByVal Index As System.Integer _
) 
C# 
void RemoveEntityAt( 
   System.int Index
)
JavaScript 
RemoveEntityAt( 
   Index : Number
)
COM native C++ 
HRESULT RemoveEntityAt( 
   LONG Index
) 
C++ 
DSRESULT RemoveEntityAt( 
   long Index
) 

Parameters

Index
0-based index of entity to remove from the EntityGroup

Example

Remarks

Before calling this method, call IGroup::GetEntitiesCount to determine a valid value for Index.
 

See Also

Availability

DraftSight V1R4.0