This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDataSourceDesign Interface > ISchematicDataSourceDesign.TableNames Property (ArcObjects .NET 10.5 SDK) |
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 );
Optional Values
[C++]
HRESULT get_TableNames(
VARIANT_BOOL IncludeSystemTable,
Names* Names
);
[C++]
Parameters IncludeSystemTable [in, optional, defaultvalue(VARIANT_FALSE)] IncludeSystemTable is a parameter of type VARIANT_BOOL Names [out, retval] Names is a parameter of type