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


IMosaicLODInfoHelper.Load Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMosaicLODInfoHelper.Load Method

Loads LOD information from an array of scales/resolutions.

[Visual Basic .NET]
Public Sub Load ( _
    ByVal pLODs As IDoubleArray, _
    ByVal asMapScale As Boolean _
)
[C#]
public void Load (
    IDoubleArray pLODs,
    bool asMapScale
);
[C++]
HRESULT Load(
  IDoubleArray* pLODs,
  VARIANT_BOOL asMapScale
);
[C++]

Parameters pLODs [in]
pLODs is a parameter of type IDoubleArray 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