ESRI.ArcGIS.CartographyTools
MakeGridsAndGraticulesLayer Constructor(Object,Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > MakeGridsAndGraticulesLayer Class > MakeGridsAndGraticulesLayer Constructor : MakeGridsAndGraticulesLayer Constructor(Object,Object,Object,Object)




in_template
The XML grid definition template stores the specification's graphic properties for each grid layer. In addition to the graphic properties, which cannot be altered before execution, the definition has specific default values, exposed as parameters, that can be modified before execution. (In, Required)
in_aoi
The feature layer or x,y extent used to determine the extent of the grid layer created. (In, Required)
input_feature_dataset
The feature dataset that will store the features. Grid-specific feature classes will be created if they do not already exist. If they already exist, and a grid with the same name and type as the one being created also exists, it will be overwritten. (In, Required)
output_layer
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)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_template As Object, _
   ByVal in_aoi As Object, _
   ByVal input_feature_dataset As Object, _
   ByVal output_layer As Object _
)
Visual Basic (Usage)Copy Code
Dim in_template As Object
Dim in_aoi As Object
Dim input_feature_dataset As Object
Dim output_layer As Object
 
Dim instance As MakeGridsAndGraticulesLayer(in_template, in_aoi, input_feature_dataset, output_layer)
C# 
public MakeGridsAndGraticulesLayer( 
   object in_template,
   object in_aoi,
   object input_feature_dataset,
   object output_layer
)

Parameters

in_template
The XML grid definition template stores the specification's graphic properties for each grid layer. In addition to the graphic properties, which cannot be altered before execution, the definition has specific default values, exposed as parameters, that can be modified before execution. (In, Required)
in_aoi
The feature layer or x,y extent used to determine the extent of the grid layer created. (In, Required)
input_feature_dataset
The feature dataset that will store the features. Grid-specific feature classes will be created if they do not already exist. If they already exist, and a grid with the same name and type as the one being created also exists, it will be overwritten. (In, Required)
output_layer
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)

See Also

© 2010 All Rights Reserved.