Skip to main content

IEditableItem Methods

An interface that should be implemented by any class representing a map item that can be edited using the Map Editor.
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