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




out_feature_class
Resulting feature class of polygon index features. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal out_feature_class As Object _
)
Visual Basic (Usage)Copy Code
Dim out_feature_class As Object
 
Dim instance As GridIndexFeatures(out_feature_class)
C# 
public GridIndexFeatures( 
   object out_feature_class
)

Parameters

out_feature_class
Resulting feature class of polygon index features. (Out, Required)

See Also

© 2010 All Rights Reserved.