IGroup Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IGroup members.

Public Methods

 NameDescription
 MethodAddEntitiesAdds the specified entities to the EntityGroup.  
 MethodCreateExtensionDictionaryCreates a dictionary for the EntityGroup.  
 MethodExplodeExplodes the EntityGroup.  
 MethodGetEntitiesGets all of the entities and their entity types in this EntityGroup.  
 MethodGetEntitiesCountGets the number of entities in this EntityGroup.  
 MethodGetExtensionDictionaryGets the dictionary for the EntityGroup.  
 MethodGetIndexGets the index of the specified entity within the EntityGroup.  
 MethodHasEntityGets whether the EntityGroup contains the specified entity.  
 MethodInsertEntitiesAtInserts the specified entities at the specified index in the EntityGroup.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the EntityGroup, if the dictionary exists and is empty.  
 MethodRemoveEntitiesRemoves the specified entities from the EntityGroup.  
 MethodRemoveEntityAtRemoves the entity at the specified index from the EntityGroup.  
 MethodRenameRenames the EntityGroup using the specified name.  
 MethodReorderReorders the entities within the EntityGroup.  
 MethodReverseOrderReverses the order of the entities in the EntityGroup.  
Top

See Also