IEditor Methods
Overview
The IEditor defines the following methods.
Methods
| Name | Description |
|---|---|
GetPoint2d |
Allows users to input a 2d-point value. |
GetPoint |
Allows users to input a 3d-point value. |
GetInteger |
Allows users to input a integer value. |
GetDouble |
Allows users to input a double value. |
GetString |
Allows users to input a string value. |
GetBool |
Allows users to input a boolean value. |
GetKeyword |
Allows users to input a keyward. |
GetEntity |
Allows users to select and retrieve a entity object. |
GetSelection |
Allows users to select and retrieve entites. |
WriteMessage |
Display a message in the application’s command prompt window. |
Regen |
Recalculates and updates the display of drawing entities, such as lines, circles, and other vectorized shapes. |
