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


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

IGdbRasterCatalogLayer.Setup Method

Sets up the RasterCatalogLayer based on the given table.

[Visual Basic .NET]
Public Function Setup ( _
    ByVal pTable As ITable _
) As Boolean
[C#]
public bool Setup (
    ITable pTable
);
[C++]
HRESULT Setup(
  ITable* pTable
);
[C++]
Parameters
pTable [in]

pTable is a parameter of type ITable*

Product Availability

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

See Also

IGdbRasterCatalogLayer Interface