Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LineTypeKeyedCollection Class / IsReservedName Method
?The name to check

In This Topic
    IsReservedName Method
    In This Topic
    Tells if the LineType name is a reserved one (ByBlock, ByLayer, Continuous).
    Syntax
    'Declaration
     
    Public Shared Function IsReservedName( _
       ByVal name As String _
    ) As Boolean
    public static bool IsReservedName( 
       string name
    )

    Parameters

    name
    ?The name to check

    Return Value

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