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.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MathLine As MathLine |
C# | |
---|
MathLine MathLine {get; set;} |
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
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)
Remarks
See Also
Availability
DraftSight V1R1.4