DoubleCollectionAdd Method
|
Adds a value to the collection.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual int Add(
double value
)
Public Overridable Function Add (
value As Double
) As Integer
public:
virtual int Add(
double value
)
abstract Add :
value : float -> int
override Add :
value : float -> int
Parameters
- value Double
- [in] Value to add.
Return Value
Int32
Index of the appended value.
See Also