|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation3 Interface > IMosaicDatasetOperation3.UpdateCellSizeLevelSeamlineRule Method (ArcObjects .NET 10.5 SDK) | 
Updates the level seamline rule associated with the specified instance ID.
[Visual Basic .NET] Public Sub UpdateCellSizeLevelSeamlineRule ( _ ByVal InstanceID As Integer, _ ByVal levelId As Integer, _ ByVal pParameters As IBuildSeamlinesParameters _ )
[C#] public void UpdateCellSizeLevelSeamlineRule ( int InstanceID, int levelId, IBuildSeamlinesParameters pParameters );
[C++]
HRESULT UpdateCellSizeLevelSeamlineRule(
  long InstanceID,
  long levelId,
  IBuildSeamlinesParameters* pParameters
);
[C++]
Parameters InstanceID InstanceID is a parameter of type long levelId levelId is a parameter of type long pParameters [in]
pParameters is a parameter of type IBuildSeamlinesParameters