This document is archived and information here might be outdated. Recommended version. |
The Geometry interface.
[Visual Basic .NET] Public Function get_RootGeometry ( _ ByVal rootIndex As Integer _ ) As IGeometry
[C#] public IGeometry get_RootGeometry ( int rootIndex );
[C++]
HRESULT get_RootGeometry(
long rootIndex,
IGeometry** ppGeometry
);
[C++]
Parameters rootIndex [in]
rootIndex is a parameter of type long ppGeometry [out, retval]
ppGeometry is a parameter of type IGeometry**