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




in_parcel_fabric
The parcel fabric dataset that contains the feature class or table that will be used to create a table view. (In, Required)
parcel_fabric_table
The parcel fabric feature class or nonspatial table that will be used to create a table view. (In, Required)
out_view
The name of the output table view. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_parcel_fabric As Object, _
   ByVal parcel_fabric_table As String, _
   ByVal out_view As Object _
)
Visual Basic (Usage)Copy Code
Dim in_parcel_fabric As Object
Dim parcel_fabric_table As String
Dim out_view As Object
 
Dim instance As MakeParcelFabricTableView(in_parcel_fabric, parcel_fabric_table, out_view)
C# 
public MakeParcelFabricTableView( 
   object in_parcel_fabric,
   string parcel_fabric_table,
   object out_view
)

Parameters

in_parcel_fabric
The parcel fabric dataset that contains the feature class or table that will be used to create a table view. (In, Required)
parcel_fabric_table
The parcel fabric feature class or nonspatial table that will be used to create a table view. (In, Required)
out_view
The name of the output table view. (Out, Required)

See Also

© 2010 All Rights Reserved.