ArcObjects Library Reference (Carto)  

IMosaicLODInfoHelper.LoadFromTable Method

Loads LOD information from a table containing a list of scales/resolutions.

[Visual Basic .NET]
Public Sub LoadFromTable ( _
    ByVal pTable As ITable, _
    ByVal LODFieldName As String, _
    ByVal asMapScale As Boolean _
)
[C#]
public void LoadFromTable (
    ITable pTable,
    string LODFieldName,
    bool asMapScale
);
[C++]
HRESULT LoadFromTable(
  ITable* pTable,
  BSTR LODFieldName,
  VARIANT_BOOL asMapScale
);
[C++]

Parameters

pTable [in]

  pTable is a parameter of type ITable

LODFieldName [in]   LODFieldName is a parameter of type BSTR asMapScale [in]   asMapScale is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicLODInfoHelper Interface