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


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

ISegmentZ2.MaxDistanceFromLine3D Method

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*

Product Availability

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

Remarks

This method is for internal use only.

See Also

ISegmentZ2 Interface