Curve2dCollectionIndexOf
Method
|
Returns the index of the curve in this
collection that matches the specified curve.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int IndexOf(
Curve2d value
)
Public Function IndexOf (
value As Curve2d
) As Integer
public:
int IndexOf(
Curve2d^ value
)
member IndexOf :
value : Curve2d -> int
Parameters
- value Curve2d
- [in] Curve for which to find the index.
Return Value
Int32
See Also