Point.HasZ

Point.HasZ property

Gets a value indicating whether this instance has Z coordinate.

public override bool HasZ { get; set; }

Property Value

true if this instance has Z coordinate; otherwise, false.

See Also