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




in_workspace
The geodatabase containing the replicas from which you would like to create the replica footprint. The geodatabase must be a local geodatabase; it cannot be a geodata service. (In, Required)
out_workspace
The output geodatabase that will hold the replica footprints feature class once it is created. The geodatabase may be local or remote. (In, Required)
output_featureclass_name
Output Feature Class (in)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_workspace As Object, _
   ByVal out_workspace As Object, _
   ByVal output_featureclass_name As String _
)
Visual Basic (Usage)Copy Code
Dim in_workspace As Object
Dim out_workspace As Object
Dim output_featureclass_name As String
 
Dim instance As CreateReplicaFootPrints(in_workspace, out_workspace, output_featureclass_name)
C# 
public CreateReplicaFootPrints( 
   object in_workspace,
   object out_workspace,
   string output_featureclass_name
)

Parameters

in_workspace
The geodatabase containing the replicas from which you would like to create the replica footprint. The geodatabase must be a local geodatabase; it cannot be a geodata service. (In, Required)
out_workspace
The output geodatabase that will hold the replica footprints feature class once it is created. The geodatabase may be local or remote. (In, Required)
output_featureclass_name
Output Feature Class (in)

See Also

© 2010 All Rights Reserved.