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


IGraphicFeatureServer.GetTables Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicFeatureServer Interface > IGraphicFeatureServer.GetTables Method
ArcGIS Developer Help

IGraphicFeatureServer.GetTables Method

Yields tables/layers.

[Visual Basic .NET]
Public Function GetTables ( _
    ByVal symbolOutputOptions As IServerSymbolOutputOptions, _
    ByVal ignoreLayers As Boolean _
) As IDataObjectTables
[C#]
public IDataObjectTables GetTables (
    IServerSymbolOutputOptions symbolOutputOptions,
    bool ignoreLayers
);
[C++]
HRESULT GetTables(
  IServerSymbolOutputOptions* symbolOutputOptions,
  VARIANT_BOOL ignoreLayers
);
[C++]
Parameters
symbolOutputOptions [in]

symbolOutputOptions is a parameter of type IServerSymbolOutputOptions* ignoreLayers [in]
ignoreLayers is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGraphicFeatureServer Interface