KnotCollectionInsert Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void Insert(
int index,
double value
)
Public Sub Insert (
index As Integer,
value As Double
)
public:
void Insert(
int index,
double value
)
member Insert :
index : int *
value : float -> unit
Parameters
- index Int32
-
- value Double
-
See Also