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


IMosaicFunction.LockRasterFieldName 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.LockRasterFieldName Property
ArcGIS Developer Help

IMosaicFunction.LockRasterFieldName Property

The lock raster ID field name in the source catalog.

[Visual Basic .NET]
Public Property LockRasterFieldName As String
[C#]
public string LockRasterFieldName {get; set;}
[C++]
HRESULT get_LockRasterFieldName(
  System.String* pLockFieldName
);
[C++]
HRESULT put_LockRasterFieldName(
  BSTR pLockFieldName
);
[C++]
Parameters
pLockFieldName [out, retval]

pLockFieldName is a parameter of type BSTR* pLockFieldName [in]
pLockFieldName is a parameter of type BSTR

Product Availability

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

See Also

IMosaicFunction Interface