Click or drag to resize

StraightLineAsPolylineD3DContains Method

Determines whether the ICollectionT contains a specific value.

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

Parameters

item  PointD3D
The object to locate in the ICollectionT.

Return Value

Boolean
if item is found in the ICollectionT; otherwise, .

Implements

ICollectionTContains(T)
See Also