CascadeSharp.TKGeomAlgo.Geom2dAPI.Geom2dAPI_ProjectPointOnCurve.Distance C# (CSharp) Method

Distance() public method

public Distance ( int Index ) : double
Index int
return double
        public double Distance(int Index)
        {
            throw new NotImplementedException();
        }