Curve3dCollectionInsert Method

Inserts the specified curve to the collection at the provided index.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public void Insert(
        int index,
        Curve3d value
)

Parameters

index  Int32
[in] Index at which to insert the curve.
value  Curve3d
[in] Curve to insert.
Remarks
This method throws the ArgumentOutOfRangeException exception if the provided index is invalid.
See Also

©  Bricsys NV. All rights reserved.