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


IImport3DFile2.Geometry Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IImport3DFile2.Geometry Property

The Geometry interface.

[Visual Basic .NET]
Public ReadOnly Property Geometry As IGeometry
[C#]
public IGeometry Geometry {get;}
[C++]
HRESULT get_Geometry(
  IGeometry** ppGeometry
);
[C++]

Parameters 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

IImport3DFile2 Interface