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


IMosaicFunction.LockRasterFieldName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR* 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