LineTypeKeyedCollection.Add (String, LinePattern) Method

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

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

Parameters

name
string

The name that will override the pattern name

pattern
LinePattern

The line pattern

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition