This document is archived and information here might be outdated. Recommended version. |
Returns the maximum distance from the line.
[Visual Basic .NET] Public Sub MaxDistanceFromLine3D ( _ ByRef pBaseFromZ As WKSPointZ, _ ByRef pBaseToZ As WKSPointZ, _ ByVal minOffset As Double, _ ByVal fromArcDistance As Double, _ ByVal toArcDistance As Double, _ ByRef pMaxOffset As Double, _ ByRef pAtArcDistance As Double, _ ByRef pFarPointZ As WKSPointZ _ )
[C#] public void MaxDistanceFromLine3D ( ref WKSPointZ pBaseFromZ, ref WKSPointZ pBaseToZ, ref double minOffset, ref double fromArcDistance, ref double toArcDistance, ref double pMaxOffset, ref double pAtArcDistance, ref WKSPointZ pFarPointZ );
[C++]
HRESULT MaxDistanceFromLine3D(
WKSPointZ* pBaseFromZ,
WKSPointZ* pBaseToZ,
double minOffset,
double fromArcDistance,
double toArcDistance,
System.Double* pMaxOffset,
System.Double* pAtArcDistance,
WKSPointZ* pFarPointZ
);
[C++]
Parameters pBaseFromZ
pBaseFromZ is a parameter of type WKSPointZ* pBaseToZ
pBaseToZ is a parameter of type WKSPointZ* minOffset
minOffset is a parameter of type double fromArcDistance
fromArcDistance is a parameter of type double toArcDistance
toArcDistance is a parameter of type double pMaxOffset
pMaxOffset is a parameter of type double* pAtArcDistance
pAtArcDistance is a parameter of type double* pFarPointZ
pFarPointZ is a parameter of type WKSPointZ*
This method is for internal use only.