Inserts a
ListHeader into the collection at the specified position.
Namespace:
CADImport.FaceModule
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As ListHeader _ ) |
Parameters
-
index
-
Type: int
The zero-based index at which the ListHeader will be inserted.
-
value
-
Type: ListHeader
The ListHeader to insert into the collection.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also