CoordinateSet_Datum Method

Overload List

Set_Datum(Earth_Ellipsoid_Spec) Set a custom datum for coordinate conversions and distance calculation. Objects must be loaded prior to setting if EagerLoading is turned off or else the items Datum won't be set. Use overload if EagerLoading options are used.
Set_Datum(Double, Double) Set a custom datum for coordinate conversions and distance calculation. Objects must be loaded prior to setting if EagerLoading is turned off or else the items Datum won't be set. Use overload if EagerLoading options are used.
Set_Datum(Earth_Ellipsoid_Spec, Coordinate_Datum) Set a custom datum for coordinate conversions and distance calculation for specified coordinate formats only. Objects must be loaded prior to setting if EagerLoading is turned off.
Set_Datum(Double, Double, Coordinate_Datum) Set a custom datum for coordinate conversions and distance calculation for specified coordinate formats only. Objects must be loaded prior to setting if EagerLoading is turned off.

See Also