InsertLine Method (ISketchManager)
Constructs a Line.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertLine( _
DOUBLE StartX As System.Double, _
DOUBLE StartY As System.Double, _
DOUBLE StartZ As System.Double, _
DOUBLE EndX As System.Double, _
DOUBLE EndY As System.Double, _
DOUBLE EndZ As System.Double _
) As Line |
COM native C++ | |
---|
HRESULT InsertLine(
double StartX,
,
double StartY,
,
double StartZ,
,
double EndX,
,
double EndY,
,
double EndZ
,
ILine** Line
) |
C++ | |
---|
DSRESULT InsertLine(
DOUBLE StartX,
,
DOUBLE StartY,
,
DOUBLE StartZ,
,
DOUBLE EndX,
,
DOUBLE EndY,
,
DOUBLE EndZ
,
dsLine** Line
) |
Parameters
- StartX
- x coordinate where to start the Line
- StartY
- y coordinate where to start the Line
- StartZ
- z coordinate where to start the Line
- EndX
- x coordinate where to end the Line
- EndY
- y coordinate where to end the Line
- EndZ
- z coordinate where to end the Line
Parameters
- Line[out] or Return Value
- Line
Example
See Also
Availability
DraftSight V1R1.1