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




Limits the output grid feature class to only areas that intersect input feature layers or datasets. When input features are specified, the default value is INTERSECTFEATURE. The intersection of input features will be used to create index features. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property intersect_feature As String
Visual Basic (Usage)Copy Code
Dim instance As GridIndexFeatures
Dim value As String
 
instance.intersect_feature = value
 
value = instance.intersect_feature
C# 
public string intersect_feature {get; set;}

See Also

© 2010 All Rights Reserved.