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


IGPPolygon2.Polygon Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPPolygon2 Interface > IGPPolygon2.Polygon Property
ArcGIS Developer Help

IGPPolygon2.Polygon Property

The actual the polygon object.

[Visual Basic .NET]
Public Property Polygon As IPolygon
[C#]
public IPolygon Polygon {get; set;}
[C++]
HRESULT get_Polygon(
  IPolygon** Polygon
);
[C++]
HRESULT putref_Polygon(
  IPolygon* Polygon
);
[C++]
Parameters
Polygon [out, retval]

Polygon is a parameter of type IPolygon** Polygon [in]
Polygon is a parameter of type IPolygon*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPPolygon2 Interface