ArcObjects Library Reference  (Carto)    

IGdbRasterCatalogLayer.Setup Method

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
);
[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

 


Feedback Send feedback on this page