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


IMosaicFunction.LODFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.LODFieldName Property
ArcGIS Developer Help

IMosaicFunction.LODFieldName Property

The LOD field name.

[Visual Basic .NET]
Public Property LODFieldName As String
[C#]
public string LODFieldName {get; set;}
[C++]
HRESULT get_LODFieldName(
  System.String* 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.

See Also

IMosaicFunction Interface