This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > II > IImport3DApplication Interface > IImport3DApplication.ApplicationGeometry Property (ArcObjects .NET 10.4 SDK) |
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