ArcObjects Library Reference (3DAnalyst)  

IImport3DApplication.ApplicationGeometry Property

The Geometry interface.

[Visual Basic .NET]
Public Function get_ApplicationGeometry ( _
    ByRef pApplication As Object, _
    ByVal onlySelected As Boolean _
) As IGeometry
[C#]
public IGeometry get_ApplicationGeometry (
    ref object pApplication,
    ref bool onlySelected
);
[C++]
HRESULT get_ApplicationGeometry(
  VARIANT* pApplication,
  VARIANT_BOOL onlySelected,
  IGeometry** ppGeometry
);
[C++]

Parameters

pApplication [in]   pApplication is a parameter of type VARIANT onlySelected [in]   onlySelected is a parameter of type VARIANT_BOOL 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

IImport3DApplication Interface