You are here:
Start »
FIL.NET »
FIS.AnnotateGridPoints_DeprecatedDeprecated Method
FIS.AnnotateGridPoints_DeprecatedDeprecated Method
Namespace: | FilNet |
Assembly: | FIL.NET.dll |
Syntax
public static void AnnotateGridPoints_DeprecatedDeprecated
(
IList<FilNet.Point2D> inPoints,
float inScale,
float inMaxDistance,
float inAngleTolerance,
IList<FilNet.Point3D> outPoints3D,
IList<FilNet.Point2D> outSelectedPoints
)
Parameters
Function Overrides
- AnnotateGridPoints_DeprecatedDeprecated(IList<Point2D>, Single, Single, Single, IList<Point3D>, IList<Point2D>, IList<Segment2D>)
- AnnotateGridPoints_DeprecatedDeprecated(IList<Point2D>, Single, Nullable<Single>, Single, Single, IList<Point3D>, IList<Point2D>)
- AnnotateGridPoints_DeprecatedDeprecated(IList<Point2D>, Single, Nullable<Single>, Single, Single, IList<Point3D>, IList<Point2D>, IList<Segment2D>)
See also