Creates a new hierarchical Group.
SyntaxVB6
Copy Code
|
|---|
Public Function CreateGroup( _ |
C++
Copy Code
|
|---|
public: |
A reference to a Group object representing the newly created group.
RemarksCreates a group with the main object specified as argument. Depending on the type of the main object you can attach different objects to the group in a number of ways. If the mainObj is an arrow you can attach boxes and tables to the arrow's control points and segments. If mainObj is a box or a table you can attach objects to its corners or any other part in a proportion specified in percents. For more information check following Group methods:
See Also