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


ISchematicDataSourceDesign.TableNames Property (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.TableNames Property
ArcGIS Developer Help

ISchematicDataSourceDesign.TableNames Property

Names of the tables the schematic data source can access to.

[Visual Basic .NET]
Public Function get_TableNames ( _
    [ByVal IncludeSystemTable As Boolean] _
) As String[]
[C#]
public String[] get_TableNames (
    bool IncludeSystemTable
);
[C++]
HRESULT get_TableNames(
  VARIANT_BOOL IncludeSystemTable,
  SAFEARRAY(System.String)* Names
);
[C++]
Parameters
IncludeSystemTable [in, optional, defaultvalue()]

IncludeSystemTable is a parameter of type bool Names [out, retval]
Names is a parameter of type SAFEARRAY(BSTR)*

Product Availability

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

See Also

ISchematicDataSourceDesign Interface