StartPoint Property (IMathLine) Send Feedback
See Also  Example
Gets or sets the starting point of the bounded mathematical line or the Ray or the first point on the InfiniteLine.

Syntax

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

Property Value

IMathPoint

Example

See Also

Availability

DraftSight V1R1.4