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 > TiledLabelsToAnnotation Class : coordinate_sys_field Property




A field in the polygon index layer that contains the coordinate system information for each tile. Due to the length required for a field to store coordinate system information, a polygon index layer that contains a coordinate system field must be a geodatabase feature class. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property coordinate_sys_field As Object
Visual Basic (Usage)Copy Code
Dim instance As TiledLabelsToAnnotation
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.