Creates a new dataset or feature class with the coordinate system specified. If the input is a feature class—features from the input feature class are projected to the new coordinate system and written to the output feature class.If the input is a feature dataset—all feature classes in the input feature dataset will be projected to the new coordinate system and written to the output feature dataset.
Syntax
Visual Basic (Declaration) | |
---|
Public Class Project
Implements IGPProcess |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Project
|
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.DataManagementTools.Project
See Also