ArcObjects Library Reference (DataSourcesRaster)  

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(
  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.

See Also

IMosaicFunction Interface