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


IMosaicRule.LockRasterID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicRule Interface > IMosaicRule.LockRasterID Property
ArcGIS Developer Help

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(
  System.String* 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