IGroup Interface Send Feedback
See Also  Members   Example
Allows access to an EntityGroup, which contains entities that have been combined into a group that you can manipulate in a single operation (e.g., moving, rotating, mirroring, or scaling).

Syntax

Visual Basic 
Public Interface IGroup 
C# 
public interface IGroup 
JavaScript 
Object dsGroup
COM native C++ 
interface IGroup
C++ 
class dsGroup

Example

Remarks

Only top-level entities in model or sheet space can be in EntityGroups. Entities can belong to multiple EntityGroups.

Accessors

Object Model

See Also