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


IGraphicFeatureServer.GetTables Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

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