Selection.PickPoint
Overloads (4):
| Name | Return Type | Description |
|---|---|---|
| PickPoint() | XYZ | Prompts the user to pick a point on the active work plane. |
| PickPoint(ObjectSnapTypes) | XYZ | Prompts the user to pick a point on the active work plane using specified snap settings. |
| PickPoint(String) | XYZ | Prompts the user to pick a point on the active work plane while showing a custom status prompt string. |
| PickPoint(ObjectSnapTypes, String) | XYZ | Prompts the user to pick a point on the active work plane using specified snap settings while showing a custom status prompt string. |