This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicLODInfoHelper Interface > IMosaicLODInfoHelper.Load Method (ArcObjects .NET 10.4 SDK) |
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