IEditableItem Properties
An interface that should be implemented by any class representing a map item that can be edited using the Map Editor.| Name | Description |
|---|---|
| CanAddPoint | Returns the value identifying whether a new point is added to the map item while editing. |
| CanEditPoint | Returns the value specifying whether the map item’s point can be edited. |
See Also