Feature service GetTables method

Gets either all layers and tables or just the tables in the service.

DataObjectTable[] GetTables(bool IgnoreLayers, symbolOutputOptions, ServerSymbolOutputOptions)

Parameter

Description

IgnoreLayers

If true, layers are not included. If false, layers are included.

ServerSymbolOutputOptions

Allows you to set how picture symbols are accessed from the service and whether or not to convert label expressions.

Return Value

GetTables returns an array of DataObjectTable objects.

Remarks

If IgnoreLayers is True, GetTables returns an array of DataObjectTable objects describing the non-spatial data provided by the service. If IgnoreLayers is false, GetTables returns an array of DataObjectTable objects describing all data (spatial and non-spatial) provided by the service.

11/8/2016