This document is archived and information here might be outdated. Recommended version. |
Adds a polygon.
[Visual Basic .NET] Public Sub Add ( _ ByVal Polygon As IPolygon _ )
[C#] public void Add ( IPolygon Polygon );
[C++]
HRESULT Add(
IPolygon* Polygon
);
[C++] Parameters Polygon [in]
Polygon is a parameter of type IPolygon*