This document is archived and information here might be outdated. Recommended version. |
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**