Gets or sets the starting point of the bounded mathematical line or the Ray or the first point on the InfiniteLine.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property StartPoint As MathPoint |
C# | |
---|
MathPoint StartPoint {get; set;} |
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
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)
See Also
Availability
DraftSight V1R1.4