ArcFM Server Developer Guide
SaveAsTable Method


Syntax
'Declaration
 
Public Overridable Function SaveAsTable( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal TableName As String _
) As ESRI.ArcGIS.Geodatabase.ITable
'Usage
 
Dim instance As ResultSet
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim TableName As String
Dim value As ESRI.ArcGIS.Geodatabase.ITable
 
value = instance.SaveAsTable(Workspace, TableName)
public virtual ESRI.ArcGIS.Geodatabase.ITable SaveAsTable( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   string TableName
)

Parameters

Workspace
TableName
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResultSet Class
ResultSet Members

 

 


Send Comment