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