RemoveEntityAt Method (IGroup)
Removes the entity at the specified index from the EntityGroup.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveEntityAt( _
long 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
Example
Remarks
See Also
Availability
DraftSight V1R4.0