This document is archived and information here might be outdated. Recommended version. |
Returns the maximum distance from the line.
[Visual Basic .NET] Public Sub MaxDistanceFromLine ( _ ByRef baseFrom As WKSPoint, _ ByRef baseTo As WKSPoint, _ ByVal minOffset As Double, _ ByVal fromArcDistance As Double, _ ByVal toArcDistance As Double, _ ByRef maxOffset As Double, _ ByRef atArcDistance As Double, _ ByRef farPoint As WKSPoint _ )
[C#] public void MaxDistanceFromLine ( ref WKSPoint baseFrom, ref WKSPoint baseTo, ref double minOffset, ref double fromArcDistance, ref double toArcDistance, ref double maxOffset, ref double atArcDistance, ref WKSPoint farPoint );
[C++]
HRESULT MaxDistanceFromLine(
WKSPoint* baseFrom,
WKSPoint* baseTo,
double minOffset,
double fromArcDistance,
double toArcDistance,
System.Double* maxOffset,
System.Double* atArcDistance,
WKSPoint* farPoint
);
[C++] Parameters baseFrom
baseFrom is a parameter of type WKSPoint* baseTo
baseTo is a parameter of type WKSPoint* minOffset
minOffset is a parameter of type double fromArcDistance
fromArcDistance is a parameter of type double toArcDistance
toArcDistance is a parameter of type double maxOffset
maxOffset is a parameter of type double* atArcDistance
atArcDistance is a parameter of type double* farPoint
farPoint is a parameter of type WKSPoint*