This document is archived and information here might be outdated.  Recommended version.


IImport3DFileRoots.RootGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > II > IImport3DFileRoots Interface > IImport3DFileRoots.RootGeometry Property
ArcGIS Developer Help

IImport3DFileRoots.RootGeometry Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IImport3DFileRoots Interface