Visual Basic | |
---|---|
Property MathLine As MathLine |
C# | |
---|---|
MathLine MathLine {get; set;} |
JavaScript | |
---|---|
get_MathLine () : dsMathLine put_MathLine ( NewVal : dsMathLine ) |
Property Value
IMathLine (see Remarks)Rotate, Scale, Project, and Mirror a Line Entity (JavaScript)
Rotate, Scale, Project, and Mirror a Line Entity (VB.NET)
Rotate, Scale, Project, and Mirror a Line Entity (C#)
Rotate, Scale, Project, and Mirror a Line Entity (VBA)
Rotate, Scale, Project, and Mirror a Line Entity (VB.NET)
Rotate, Scale, Project, and Mirror a Line Entity (C#)
Rotate, Scale, Project, and Mirror a Line Entity (VBA)
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.
DraftSight V1R1.4