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




The grouped layer of feature classes depicting grid, graticule, and border features. Each grid layer can be composed of a mask polygon, a clip polygon, segments(line), gridlines(line), ticks(line), endpoints(point), points(point), and annotation feature classes. (Out, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.