LinetypeRemoveSegment Method |
Removes a segment in the linetype.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool RemoveSegment(
int index
)
Public Function RemoveSegment (
index As Integer
) As Boolean
Parameters
- index
- Type: SystemInt32
Zero based index of the segment to remove.
Return Value
Type:
Booleantrue if the segment index was removed.
See Also