EntityCollectionIndexOf Method

Definition

Namespace: netDxf.Collections
Assembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public int IndexOf(
	EntityObject item
)

Parameters

item  EntityObject
 

Return Value

Int32

Implements

IListTIndexOf(T)

See Also