Copies a named Transverse Mercator coordinate reference system changing the units as a new named Coordinate Reference System in a Named Object Library, replacing any existing Coordinate Reference System with the same name.
Visual Basic |
---|
Public Function ChangePrjUnits( _ ByVal prjOut As String, _ ByVal prjIn As String, _ ByVal mode As Integer, _ ByVal dSize As Double _ ) As Integer |
This routine can be used to adjust the unit size of Transverse Mercator coordinate reference systems, typically for use with external data sources, which are defined using m, cm, inches, and so on.
Available: GEO MD ME MM OD OM SISpy
Group:
sis.ChangePrjUnits ("NatGrid10", "*APrjNatGrid", 0, 10)
Create a new projection NatGrid10, based on the projection *APrjNatGrid, where the new unit is 10 times larger than the original.
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).