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


IPlace.Geometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPlace Interface > IPlace.Geometry Property
ArcGIS Developer Help

IPlace.Geometry Property

The geometry of the place.

[Visual Basic .NET]
Public Property Geometry As IGeometry
[C#]
public IGeometry Geometry {get; set;}
[C++]
HRESULT get_Geometry(
  IGeometry* ppGeometry
);
[C++]
HRESULT putref_Geometry(
  IGeometry** ppGeometry
);
[C++]
Parameters
ppGeometry [in]

ppGeometry is a parameter of type IGeometry* ppGeometry [out, retval]
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