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




in_grid_dataset
The feature dataset location where the grid and graticule layers that can be deleted are stored. (In, Required)
grid_name
Lists the grid and graticule layers in the feature dataset that can be deleted. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_grid_dataset As Object, _
   ByVal grid_name As Object _
)
Visual Basic (Usage)Copy Code
Dim in_grid_dataset As Object
Dim grid_name As Object
 
Dim instance As DeleteGridsAndGraticules(in_grid_dataset, grid_name)
C# 
public DeleteGridsAndGraticules( 
   object in_grid_dataset,
   object grid_name
)

Parameters

in_grid_dataset
The feature dataset location where the grid and graticule layers that can be deleted are stored. (In, Required)
grid_name
Lists the grid and graticule layers in the feature dataset that can be deleted. (In, Required)

See Also

© 2010 All Rights Reserved.