Share

Editor.SelectWindowPolygon(Point3dCollection) Method

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.

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?