Share

Autodesk.AutoCAD.EditorInput.PickPointKind Enumeration

Description

This enumeration describes the possible shapes of a pick point.

C#

public enum PickPointKind {
  InfiniteLine,
  Ray,
  LineSegment
}

Visual Basic

Public Enum PickPointKind
  InfiniteLine
  Ray
  LineSegment
End Enum

Members

Members Description
InfiniteLine Infinite line type pick point.
Ray Ray type pick point.
LineSegment Segmented line type pick point.

Was this information helpful?