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


ICreateMosaicDatasetParameters.LODFieldName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICreateMosaicDatasetParameters.LODFieldName Property

The name of the field that contains scale values for items in the mosaic dataset.

[Visual Basic .NET]
Public Property LODFieldName As String
[C#]
public string LODFieldName {get; set;}
[C++]
HRESULT get_LODFieldName(
  BSTR* pLODFieldName
);
[C++]
HRESULT put_LODFieldName(
  BSTR pLODFieldName
);
[C++]

Parameters pLODFieldName [out, retval] pLODFieldName is a parameter of type BSTR pLODFieldName [in] pLODFieldName is a parameter of type BSTR

Product Availability

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

Description

Field name that corresponds to a field in a Military Analyst catalog that describes the LOD (Level Of Detail) for each raster. This is used when creating a referenced Mosaic Dataset from a Military Analyst catalog.

See Also

ICreateMosaicDatasetParameters Interface

.NET Related Topics

How to create a referenced mosaic dataset