Gets a reference to the group of objects that are attached to this arrow.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SubordinateGroup() As Group |
C++
Copy Code
|
|---|
public: |
A reference to a Group object.
RemarksHolds a reference to the group of which this arrow is the main object. The property equals to null (Nothing in Visual Basic) if there is no group attached to the arrow.
See Also