IEditableItem Members
An interface that should be implemented by any class representing a map item that can be edited using the Map Editor.Properties
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. |
Methods
Name | Description |
---|---|
GetContours() | Returns information about contours that form a complex map item’s shape. |
InsertPoint(CoordPoint, Int32, Int32) | Inserts a new point to a map item’s contour. |
RemovePoint(Int32, Int32) | Removes a map item’s contour point. |
UpdatePoint(CoordPoint, Int32, Int32) | Updates a map item’s contour point coordinates. |
See Also