GetLineEdgeData Method (IHatchBoundaryLoop)
Gets the specified Line edge data for the Hatch boundary.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetLineEdgeData( _
LONG Index As System.Integer, _
DOUBLE* StartPointX As System.Double, _
DOUBLE* StartPointY As System.Double, _
DOUBLE* EndPointX As System.Double, _
DOUBLE* EndPointY As System.Double _
) |
Parameters
- Index
- Index of the Line edge whose data to get (see Remarks)
- StartPointX[out]
- x coordinate of the start point of the Line
- StartPointY[out]
- y coordinate of the start point of the Line
- EndPointX[out]
- x coordinate of the end point of the Line
- EndPointY[out] or Return Value
- y coordinate of the end point of the Line
Example
Remarks
See Also
Availability
DraftSight V1R1.3