Curve3dCollectionIndexOf
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(
Curve3d value
)
Public Function IndexOf (
value As Curve3d
) As Integer
public:
int IndexOf(
Curve3d^ value
)
member IndexOf :
value : Curve3d -> int
Parameters
- value Curve3d
- [in] Curve for which to find the index.
Return Value
Int32
See Also