Click or drag to resize

StraightLineAsPolylineD3DAdd Method

Adds an item to the ICollectionT.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void Add(
	PointD3D item
)

Parameters

item  PointD3D
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollectionT is read-only.
See Also