Creates a table view from an input parcel fabric feature class or table. The table view that is created by the tool is temporary and will not persist after the session ends unless the document is saved. This tool is useful for accessing hidden, nonspatial parcel fabric tables, such as the Plans table or the Accuracies table.
Syntax
Visual Basic (Declaration) | |
---|
Public Class MakeParcelFabricTableView
Implements IGPProcess |
C# | |
---|
public class MakeParcelFabricTableView : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.ParcelFabricTools.MakeParcelFabricTableView
See Also