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


IMosaicDataset.ClearFunction Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.ClearFunction Method

Clears all functions appied to this mosaic dataset.

[Visual Basic .NET]
Public Sub ClearFunction ( _
)
[C#]
public void ClearFunction (
);
[C++]
HRESULT ClearFunction(
void
);

Product Availability

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

See Also

IMosaicDataset Interface

.NET Samples

Create an NDVI custom raster function (Code Files: TestNDVICustomFunction) | Create a custom raster function (Code Files: TestWatermarkFunction)