Eyeshot 10 WinForms API Reference
IsReservedName Method

WinForms Assembly > devDept.Eyeshot Namespace > LineTypeDictionary Class : IsReservedName Method
?The name to check
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

Reference

LineTypeDictionary Class
LineTypeDictionary Members