Description
Returns the selection set obtained.
Visual Basic
Public Function SelectWindowPolygon( polygon As Point3dCollection ) As PromptSelectionResult
C#
public PromptSelectionResult SelectWindowPolygon( Point3dCollection polygon );
Parameters
Parameters | Description |
---|---|
Point3dCollection polygon | Input collection of points that represent vertices of the polygon. |