IInteractiveDevice.AddBookmark

IInteractiveDevice.AddBookmark method

Adds the bookmark identified by the name.

public void AddBookmark(string name, PointF position)
ParameterTypeDescription
nameStringThe name.
positionPointFThe position.

See Also