This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGdbRasterCatalogLayer Interface > IGdbRasterCatalogLayer.Setup Method (ArcObjects .NET 10.4 SDK) |
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