Determines the index of the specified
ListHeader in the collection.
Namespace:
CADImport.FaceModule
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function IndexOf( _ ByVal value As ListHeader _ ) As Integer |
Parameters
-
value
-
Type: ListHeader
A ListHeader to locate in the collection.
Return Value
The index of the
ListHeader if found in the collection; otherwise, -1.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also