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


IGdbRasterCatalogLayer.Setup Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  VARIANT_BOOL* isSuccessful
);
[C++]

Parameters pTable [in]
pTable is a parameter of type ITable isSuccessful [out, retval] isSuccessful is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGdbRasterCatalogLayer Interface

.NET Related Topics

How to create a raster catalog layer