Point.M

Point.M property

Gets or sets a value for the m-coordinate.

public double M { get; set; }

Exceptions

exceptioncondition
InvalidOperationExceptionThe geometry does not have an M coordinate.

See Also