This document is archived and information here might be outdated.  Recommended version.


ISchematicDataSourceDesign.CreateSchematicRecordsetFromTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDataSourceDesign Interface > ISchematicDataSourceDesign.CreateSchematicRecordsetFromTable Method
ArcGIS Developer Help

ISchematicDataSourceDesign.CreateSchematicRecordsetFromTable Method

Creates a schematic recordset from a table name.

[Visual Basic .NET]
Public Function CreateSchematicRecordsetFromTable ( _
    ByVal TableName As String _
) As ISchematicRecordset
[C#]
public ISchematicRecordset CreateSchematicRecordsetFromTable (
    string TableName
);
[C++]
HRESULT CreateSchematicRecordsetFromTable(
  BSTR TableName
);
[C++]
Parameters
TableName [in]

TableName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDataSourceDesign Interface