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




Scale must be specified if the index polygon height and width are to be calculated in page units.. If the tool is being used outside of an active ArcMap session the default scale value is 1. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.