MathLine Property (ILine) Send Feedback
See Also  Example
Gets a mathematical line that is derived from this Line or sets the first and second points of this Line using the specified mathematical line.

Syntax

Visual Basic 
Property MathLine As MathLine
C# 
MathLine MathLine {get; set;}
JavaScript 
get_MathLine () : dsMathLine
put_MathLine (
   NewVal : dsMathLine
)
COM native C++ 
HRESULT get_MathLine(
   IMathLine** Val
) 
HRESULT put_MathLine( 
   IMathLine* NewVal
C++ 
DSRESULT get_MathLine (
   dsMathLine** Val
)
DSRESULT put_MathLine(
   dsMathLine* NewVal
)

Property Value

IMathLine (see Remarks)

Example

Remarks

The get property returns a new mathematical line of type dsMathLineType_e.dsMathLineType_Bounded. The coordinates of the starting point of the new mathematical line are the coordinates of the first point of this Line. The coordinates of the end point of the new mathematical line are the coordinates of the second point of this Line.

The set property sets the coordinates of the first point of this Line to the coordinates of the starting point of the specified mathematical line. It sets the coordinates of the second point of this Line to the coordinates of the end point of the specified mathematical line.

See Also

Availability

DraftSight V1R1.4