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




Field containing a projection engine string for a projected coordinate system to be used for angle calculation. The angle calculation for each feature will be based on the projected coordinate system projection engine string for the specific feature. In cases where there is an invalid value the tool will use the Cartographic Coordinate System specified in the Cartography environment settings. The default is none, or no field specified. When no field is specified the projected coordinate system used for calculation will be taken from the Cartography environment settings. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.