[]
Specifies how the distance between points is calculated.
public enum MeasureOption
Public Enum MeasureOption
| Name | Description |
|---|---|
| X | Only x-coordinates is used. |
| XY | Both x- and y-coordinates are used. |
| Y | Only y-coordinates is used. |