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