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