GetClosestPointToEllipArc Method (IMathLine) Send Feedback
See Also 
ClosestPoint[out]
Point on the mathematical line that is closest to EllipArcObject
EllipArcObject[out]
Mathematical elliptical Arc
PointOnEllipArcObject[out]
Point on EllipArcObject that is closest to the mathematical line
Gets the point on the mathematical line that is closest to the specified mathematical elliptical Arc, and gets the point on the specified mathematical elliptical Arc that is closest to the mathematical line.

Syntax

Visual Basic 
Function GetClosestPointToEllipArc( _
   ByVal EllipArcObject As MathEllipArc, _
   ByRef PointOnEllipArcObject As MathPoint _
) As MathPoint
C# 
MathPoint GetClosestPointToEllipArc( 
   MathEllipArc EllipArcObject,
   out MathPoint PointOnEllipArcObject
)
JavaScript 
GetClosestPointToEllipArc( 
   EllipArcObject : dsMathEllipArc
) : {
   PointOnEllipArcObject : dsMathPoint,
   ClosestPoint : Number
}
COM native C++ 
HRESULT GetClosestPointToEllipArc( 
   IMathEllipArc* EllipArcObject,
   IMathPoint** PointOnEllipArcObject,
   IMathPoint** ClosestPoint
) 
C++ 
DSRESULT GetClosestPointToEllipArc( 
   dsMathEllipArc* EllipArcObject,
   dsMathPoint** PointOnEllipArcObject,
   dsMathPoint** ClosestPoint
) 

Parameters

EllipArcObject[out]
Mathematical elliptical Arc
PointOnEllipArcObject[out]
Point on EllipArcObject that is closest to the mathematical line
ClosestPoint[out] or Return Value
Point on the mathematical line that is closest to EllipArcObject
 

See Also

Availability

DraftSight V1R5.0