This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICreateMosaicDatasetParameters Interface > ICreateMosaicDatasetParameters.LODFieldName Property (ArcObjects .NET 10.5 SDK) |
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
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.