GetGroup Method (IDocument) Send Feedback
See Also  Example
Group[out]
EntityGroup
Name
Name of the EntityGroup
Gets the specified EntityGroup, which contains entities that have been combined into a group that you can manipulate in a single operation.

Syntax

Visual Basic 
Function GetGroup( _
   ByVal Name As System.String _
) As Group
C# 
Group GetGroup( 
   System.string Name
)
JavaScript 
GetGroup( 
   Name : String
) : dsGroup
COM native C++ 
HRESULT GetGroup( 
   BSTR Name,
   IGroup** Group
) 
C++ 
DSRESULT GetGroup( 
   const dsString& Name,
   dsGroup** Group
) 

Parameters

Name
Name of the EntityGroup
Group[out] or Return Value
EntityGroup

Example

 

See Also

Availability

DraftSight V1R4.0