This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > II > IImport3DFileRoots Interface > IImport3DFileRoots.RootGeometry Property (ArcObjects .NET 10.5 SDK) |
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