| Visual Basic | |
|---|---|
Function GetClosestPointTo( _ ByVal Point As MathPoint _ ) As MathPoint | |
| C# | |
|---|---|
MathPoint GetClosestPointTo( MathPoint Point ) | |
| JavaScript | |
|---|---|
GetClosestPointTo( Point : dsMathPoint ) : Number | |
| COM native C++ | |
|---|---|
HRESULT GetClosestPointTo( IMathPoint* Point, IMathPoint** ClosestPoint ) | |
| C++ | |
|---|---|
DSRESULT GetClosestPointTo( dsMathPoint* Point, dsMathPoint** ClosestPoint ) | |
Parameters
IMathLine Interface
IMathLine Members
IMathLine::GetClosestPointToCircArc Method ()
IMathLine::GetClosestPointToEllipArc Method ()
IMathLine::GetClosestPointToLinearObject Method ()
IMathLine::EndPoint Property ()
IMathLine::StartPoint Property ()
IMathLine Members
IMathLine::GetClosestPointToCircArc Method ()
IMathLine::GetClosestPointToEllipArc Method ()
IMathLine::GetClosestPointToLinearObject Method ()
IMathLine::EndPoint Property ()
IMathLine::StartPoint Property ()
DraftSight V1R5.0
Syntax