Create polygons from current selection. This method creates the right number of polygons which composes the original selection.

This method is useful to convert from selection to vectorial polygons.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int CreatePolygonsFromSelection()
Public Function CreatePolygonsFromSelection As Integer
public:
int CreatePolygonsFromSelection()

Return Value

Returns number of polygons created.

See Also