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




Map scale must be specified if index feature lengths (along the line and perpendicular to the line) are to be calculated in page space. If ArcMap is open the default value will be the scale of the active data frame. If ArcMap is not open the default will be 1. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.