This document is archived and information here might be outdated. Recommended version. |
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