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


IMosaicDatasetOperation3.UpdateCellSizeLevelSeamlineRule Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation3 Interface > IMosaicDatasetOperation3.UpdateCellSizeLevelSeamlineRule Method
ArcGIS Developer Help

IMosaicDatasetOperation3.UpdateCellSizeLevelSeamlineRule Method

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*

Product Availability

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

See Also

IMosaicDatasetOperation3 Interface