You are here: Start » FIL.NET » FIS.PathEditDistance Method
FIS.PathEditDistance Method
Computes the edit distance between the input paths.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PathEditDistance ( FilNet.Path inOldPath, FilNet.Path inNewPath, out int outAdditions, out int outRemovals, out int outEditions )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inOldPath | FilNet.Path | |||
![]() | inNewPath | FilNet.Path | |||
![]() | outAdditions | int | |||
![]() | outRemovals | int | |||
![]() | outEditions | int |
Function Overrides
- PathEditDistance(Path, Path, Int32, Int32, Int32, CoordinateSystem2D, IList<Point2D>, IList<Point2D>, IList<Point2D>, IList<Point2D>, IList<Point2D>, IList<Point2D>)
- PathEditDistance(Path, Path, Int32, Int32, Int32, NullableValue<CoordinateSystem2D>, NullableRef<List<Point2D>>, NullableRef<List<Point2D>>, NullableRef<List<Point2D>>, NullableRef<List<Point2D>>, NullableRef<List<Point2D>>, NullableRef<List<Point2D>>)