ArcObjects Library Reference (Carto)  

IMosaicRule.LockRasterID Property

The lock raster ID.

[Visual Basic .NET]
Public Property LockRasterID As String
[C#]
public string LockRasterID {get; set;}
[C++]
HRESULT get_LockRasterID(
  BSTR* pRasterID
);
[C++]
HRESULT put_LockRasterID(
  BSTR pRasterID
);
[C++]

Parameters

pRasterID [out, retval]   pRasterID is a parameter of type BSTR pRasterID [in]   pRasterID is a parameter of type BSTR

Product Availability

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

See Also

IMosaicRule Interface