LineTypeKeyedCollection.IsReservedName Method

Tells if the LineType name is a reserved one (ByBlock, ByLayer, Continuous).
Public Shared Function IsReservedName( _ 
ByVal name As String
) As Boolean
This language is not supported or no code example is available.
public static bool IsReservedName( 
string name 
)
This language is not supported or no code example is available.

Parameters

name
string

?The name to check

Return Value

bool

True if the name is a reserved one (either ByLayer, ByBlock or Continuous).

.NET Framework

Supported in: 4.8

In this article

Definition