IGroup Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IGroup.

Public Properties

 NameDescription
 PropertyDescriptionGets or sets the description of the EntityGroup.  
 PropertyErasedGets or sets whether to erase or restore the EntityGroup.  
 PropertyHandleGets the value of the handle for the EntityGroup.  
 PropertyNameGets the name of the EntityGroup.  
 PropertySelectableGets or sets whether the EntityGroup can be selected.  
 PropertyUnnamedGets whether the EntityGroup is anonymous.  
Top

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