LineTypeKeyedCollection.Add (String, LineType) Method

NOTE: This member is now obsolete. Use the method that accepts the type only instead.

Assigns the name to the line type then adds it to the collection.
Public Sub Add( _ 
ByVal name As String, _ 
ByVal type As LineType
)
This language is not supported or no code example is available.
public void Add( 
string name
LineType type 
)
This language is not supported or no code example is available.

Parameters

name
string

The name that will override the line type name

type
LineType

The line type

.NET Framework

Supported in: 4.8

In this article

Definition