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


IMosaicLODInfoHelper.Load 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.Load Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

IMosaicLODInfoHelper Interface