This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicLODInfoHelper Interface > IMosaicLODInfoHelper.LoadFromTable Method (ArcObjects .NET 10.4 SDK) |
Loads LOD information from a table containing a list of scales/resolutions.
[Visual Basic .NET] Public Sub LoadFromTable ( _ ByVal pTable As ITable, _ ByVal LODFieldName As String, _ ByVal asMapScale As Boolean _ )
[C#] public void LoadFromTable ( ITable pTable, string LODFieldName, bool asMapScale );
[C++]
HRESULT LoadFromTable(
ITable* pTable,
BSTR LODFieldName,
VARIANT_BOOL asMapScale
);
[C++]
Parameters pTable [in]
pTable is a parameter of type ITable LODFieldName [in] LODFieldName is a parameter of type BSTR asMapScale [in] asMapScale is a parameter of type VARIANT_BOOL