Gets the ID of the Tree root element. When this ID is passed as an element’s ParentGroupID, the element will be added under the Tree root.
Note: In some methods (e.g. all CreateXXX methods such as Create3DArrow), an element can also be created under the Tree root by passing an empty string for the ParentGroupID.
JavaScript |
|
RootID |
C# |
|
string RootID { get; } |
C++ |
|
HRESULT RootID([out, retval] BSTR* pVal) |