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




The mask is a polygon feature that forms an outer ring around the extent of the neatline and is used to mask data that falls in the area reserved for coordinate labels. Mask size defines the width of the polygon mask feature in map or page units. The data frame may have to be resized to fit around the edge of the mask while including the coordinate labels. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.