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




target_parcel_fabric
The target parcel fabric where the data will be migrated. (In, Required)
in_topology_class
Input feature class or layer that is part of a topology. The feature class can either be a line or polygon. (In, Required)
unjoined_group
Determines how features will be migrated. (In, Required)
compute_area
Determines how features will be migrated. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal target_parcel_fabric As Object, _
   ByVal in_topology_class As Object, _
   ByVal unjoined_group As String, _
   ByVal compute_area As String _
)
Visual Basic (Usage)Copy Code
Dim target_parcel_fabric As Object
Dim in_topology_class As Object
Dim unjoined_group As String
Dim compute_area As String
 
Dim instance As LoadTopologyToParcelFabric(target_parcel_fabric, in_topology_class, unjoined_group, compute_area)
C# 
public LoadTopologyToParcelFabric( 
   object target_parcel_fabric,
   object in_topology_class,
   string unjoined_group,
   string compute_area
)

Parameters

target_parcel_fabric
The target parcel fabric where the data will be migrated. (In, Required)
in_topology_class
Input feature class or layer that is part of a topology. The feature class can either be a line or polygon. (In, Required)
unjoined_group
Determines how features will be migrated. (In, Required)
compute_area
Determines how features will be migrated. (In, Required)

See Also

© 2010 All Rights Reserved.