This document is archived and information here might be outdated.  Recommended version.


ISegment.MaxDistanceFromLine Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegment Interface > ISegment.MaxDistanceFromLine Method
ArcGIS Developer Help

ISegment.MaxDistanceFromLine Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISegment Interface