Skip to main content
A newer version of this page is available. .

EditableItemHitInfo Properties

Hit test information about a map item that implements the IEditableItem interface.
Name Description
ContourIndex Returns the index of a path contour.
EndIndex Returns the second point that defines a line that is under a hit tested point.
Item Returns the Map Item whose point or edge is under the hit tested point.
StartIndex Returns the first point that defines a line that is under a hit tested point.
See Also