ESRI.ArcGIS.CartographyTools
ancillary_coordinate_system_2 Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > MakeGridsAndGraticulesLayer Class : ancillary_coordinate_system_2 Property




The grid template XML file creates grid components depicting coordinates or locations for a primary coordinates system and up to four ancillary coordinate systems. The number of ancillary grids is specified by the file. You cannot add or delete ancillary coordinate systems. All coordinate systems specified must share a common geographic coordinate system. If you want to change the primary coordinate system to one that uses a different datum than the default, say for example you change the coordinate system from one that uses WGS 1984 to one that uses NAD 1983, you must change each default ancillary coordinate systems to NAD 1983 as well. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property ancillary_coordinate_system_2 As Object
Visual Basic (Usage)Copy Code
Dim instance As MakeGridsAndGraticulesLayer
Dim value As Object
 
instance.ancillary_coordinate_system_2 = value
 
value = instance.ancillary_coordinate_system_2
C# 
public object ancillary_coordinate_system_2 {get; set;}

See Also

© 2010 All Rights Reserved.