ArcObjects Library Reference (DefenseSolutions)  

IMARasterLayer.Setup Method

Establishes up the MALayer with the RasterCatalog object.

ERROR: Syntax information about IMARasterLayer.Setup may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[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 and ArcGIS Desktop.

See Also

IMARasterLayer Interface