LineString.SpatialReferenceSystem

LineString.SpatialReferenceSystem property

Gets SpatialReferenceSystem of this instance. This property can be null, if SpatialReferenceSystem is unset. Assigning new SpatialReferenceSystem will not perform any coordinate transformation, only reference will change.

public SpatialReferenceSystem SpatialReferenceSystem { get; set; }

See Also