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




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)

Syntax

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

See Also

© 2010 All Rights Reserved.