Visual Basic | |
---|---|
Sub RemoveEntityAt( _ ByVal Index As System.Integer _ ) |
C# | |
---|---|
void RemoveEntityAt( System.int Index ) |
JavaScript | |
---|---|
RemoveEntityAt( Index : Number ) |
Parameters
- Index
- 0-based index of entity to remove from the EntityGroup
Create and Change EntityGroups (C#)
Create and Change EntityGroups (VB.NET)
Create and Change EntityGroups (VBA)
Create and Change EntityGroups (JavaScript)
Create and Change EntityGroups (VB.NET)
Create and Change EntityGroups (VBA)
Create and Change EntityGroups (JavaScript)
Before calling this method, call IGroup::GetEntitiesCount to determine a valid value for Index.
IGroup Interface
IGroup Members
IGroup::RemoveEntities Method ()
IGroup::AddEntities Method ()
IGroup::GetEntities Method ()
IGroup::InsertEntitiesAt Method ()
IGroup::Reorder Method ()
IGroup Members
IGroup::RemoveEntities Method ()
IGroup::AddEntities Method ()
IGroup::GetEntities Method ()
IGroup::InsertEntitiesAt Method ()
IGroup::Reorder Method ()
DraftSight V1R4.0