ArcObjects Library Reference (Controls)  

IPlace.Geometry Property

The geometry of the place.

ERROR: Syntax information about IPlace.Geometry may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT get_Geometry(
  IGeometry** ppGeometry
);
[C++]
HRESULT putref_Geometry(
  IGeometry* ppGeometry
);
[C++]

Parameters

ppGeometry [out, retval]

  ppGeometry is a parameter of type IGeometry

ppGeometry [in]

  ppGeometry is a parameter of type IGeometry

Product Availability

Available with ArcGIS Engine.

Description

The Geometry of the Place. The Geometry must have its IGeometry::SpatialReference set.

See Also

IPlace Interface