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


IImport3DFileRoots.RootGeometry Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

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