ArcObjects Library Reference (Geoprocessing)  

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