EndPoint Property (IMathLine) Send Feedback
See Also  Example
Gets or sets the end point of the bounded mathematical line or the second point on the Ray or InfiniteLine.

Syntax

Visual Basic 
Property EndPoint As MathPoint
C# 
MathPoint EndPoint {get; set;}
JavaScript 
get_EndPoint () : dsMathPoint
put_EndPoint (
   NewVal : dsMathPoint
)
COM native C++ 
HRESULT get_EndPoint(
   IMathPoint** Val
) 
HRESULT put_EndPoint( 
   IMathPoint* NewVal
C++ 
DSRESULT get_EndPoint (
   dsMathPoint** Val
)
DSRESULT put_EndPoint(
   dsMathPoint* NewVal
)

Property Value

IMathPoint

Example

See Also

Availability

DraftSight V1R1.4