LinetypeAppendSegment Method |
Adds a segment to the pattern.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic int AppendSegment(
double length,
bool isSolid
)
Public Function AppendSegment (
length As Double,
isSolid As Boolean
) As Integer
Parameters
- length
- Type: SystemDouble
The length of the segment to be added. - isSolid
- Type: SystemBoolean
If true, the length is interpreted as a line. If false,
then the length is interpreted as a space.
Return Value
Type:
Int32Index of the added segment.
See Also