This document is archived and information here might be outdated.  Recommended version.


IMosaicLODInfoHelper.LoadFromTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicLODInfoHelper Interface > IMosaicLODInfoHelper.LoadFromTable Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

IMosaicLODInfoHelper Interface