SimpleArrayArrayPoint3dPolylineAt Method |
Gets a polyline at an index.
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public Polyline PolylineAt(
int index
)
Public Function PolylineAt (
index As Integer
) As Polyline
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
PolylineThe polyline if successful, null otherwise.
See Also