ESRI.ArcGIS.CartographyTools
primary_coordinate_system Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > MakeGridsAndGraticulesLayer Class : primary_coordinate_system 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 primary_coordinate_system As Object
Visual Basic (Usage)Copy Code
Dim instance As MakeGridsAndGraticulesLayer
Dim value As Object
 
instance.primary_coordinate_system = value
 
value = instance.primary_coordinate_system
C# 
public object primary_coordinate_system {get; set;}

See Also

© 2010 All Rights Reserved.