Vector2dCollectionIndexOf Method

Returns index of the vector in collection that matches the specified vector.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public int IndexOf(
        Vector2d value
)

Parameters

value  Vector2d
[in] Vector for which to find the index.

Return Value

Int32
Index of the vector if found; otherwise the method returns -1.
See Also

©  Bricsys NV. All rights reserved.