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


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

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