Line2dCollectionIndexOf
Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public int IndexOf(
        Line2d value
)
 
Public Function IndexOf ( 
        value As Line2d
) As Integer
 
public:
int IndexOf(
        Line2d^ value
)
 
member IndexOf : 
        value : Line2d -> int 
 
 
 
Parameters
- value  Line2d
 
-  
 
Return Value
Int32
 
See Also