Vector3dCollectionInsert Method
 | 
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public void Insert(
        int index,
        Vector3d value
)
 
Public Sub Insert ( 
        index As Integer,
        value As Vector3d
)
 
public:
virtual void Insert(
        int index, 
        Vector3d value
) sealed
 
abstract Insert : 
        index : int * 
        value : Vector3d -> unit 
override Insert : 
        index : int * 
        value : Vector3d -> unit 
 
 
 
Parameters
- index
 
- Type: SystemInt32
 
- value
 
- Type: Teigha.GeometryVector3d
 
 
See Also