ISurfaceSpecificsDAddPolygon Method
Add an single polygon to the surface.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public bool AddPolygon(
IPolygonSpecificsD Polygon
)
Public Function AddPolygon (
Polygon As IPolygonSpecificsD
) As Boolean
public:
bool AddPolygon(
IPolygonSpecificsD^ Polygon
)
member AddPolygon :
Polygon : IPolygonSpecificsD -> bool
- Polygon IPolygonSpecificsD
- The closed polygon polygon
BooleanTrue if the polygon was added to the surface.