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




Index features are created in a sequential order and require a starting point. Setting the direction type for the strip map provides a starting point. The default is WE_NS. This means that the starting point for the strip map is either at the western end of the line feature if the line feature's directional trend is West to East/East to West or, if the directional trend is North to South/South to North, the starting point would be the northern most point of the line feature. The direction type is also applied to secondary line features. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property direction_type As String
Visual Basic (Usage)Copy Code
Dim instance As StripMapIndexFeatures
Dim value As String
 
instance.direction_type = value
 
value = instance.direction_type
C# 
public string direction_type {get; set;}

See Also

© 2010 All Rights Reserved.