This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IM > IMorphologicalOperations Interface > IMorphologicalOperations.Do Method (ArcObjects .NET 10.5 SDK) |
Do morphological operation.
[Visual Basic .NET] Public Sub Do ( _ ByVal Type As esriVectoizationMorphologicalType, _ ByVal Distance As Double, _ ByVal layer As IRasterLayer, _ ByVal ForegroundClassIndex As Integer, _ ByVal Transaction As IRasterTransaction, _ ByVal color As Integer, _ ByVal cancel As ITrackCancel, _ ByVal stepProgressor As IStepProgressor _ )
[C#] public void Do ( esriVectoizationMorphologicalType Type, double Distance, IRasterLayer layer, int ForegroundClassIndex, IRasterTransaction Transaction, int color, ITrackCancel cancel, IStepProgressor stepProgressor );