LinetypeGetSegment Method |
Namespace: Rhino.DocObjects
public void GetSegment( int index, out double length, out bool isSolid )
Public Sub GetSegment ( index As Integer, <OutAttribute> ByRef length As Double, <OutAttribute> ByRef isSolid As Boolean )
If the length is interpreted as a space, then false is assigned during the call to this out parameter.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | If the index is unacceptable. |