Point.Z

Point.Z property

Gets or sets a value for the z-coordinate.

public double Z { get; set; }

Exceptions

exceptioncondition
InvalidOperationExceptionThe geometry does not have a Z coordinate.

See Also