Sets up the RasterCatalogLayer based on the given table.
[Visual Basic 6.0] Function Setup(
ByVal pTable As ITable _
) As Boolean
[Visual Basic .NET] Public Function Setup ( _ ByVal pTable As ITable _ ) As Boolean
[C#] public bool Setup ( ITable pTable );
[Java] public Boolean setup ( ITable pTable ) throws IOException, AutomationException
[C++] HRESULT Setup( ITable* pTable, VARIANT_BOOL* isSuccessful );
Parameters
pTable [in]
pTable is a parameter of type ITable
isSuccessful [out, retval]
isSuccessful is a parameter of type VARIANT_BOOL