This document is archived and information here might be outdated. Recommended version. |
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*