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. |