Share

Editor.SelectFence(Point3dCollection) Method

Description

Returns the selection set obtained.

Visual Basic

Public Function SelectFence(
    fence As Point3dCollection
) As PromptSelectionResult

C#

public PromptSelectionResult SelectFence(
    Point3dCollection fence
);

Parameters

Parameters Description
Point3dCollection fence Input collection of points that represent vertices of the fence.

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?