CADability dotNET

The HatchStyleList type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an HatchStyle to the list. If there is already an hatchstyle with that name, an NameAlreadyExistsException exception will be thrown.
Public methodClone
Public methodStatic memberCreateHatchStyleList
Public methodFind
Returns the hatchstyle with the given name from the list. If there is no such hatchstyle null will be returned.
Public methodGetContextMenu
Overrides GetContextMenu()()()(), returns the context menu with the id "MenuId.HatchStyleList". (see LoadContextMenu(String, ICommandHandler))
(Overrides IShowPropertyImpl..::..GetContextMenu()()()().)
Public methodStatic memberGetDefault
Public methodRefresh (Overrides IShowPropertyImpl..::..Refresh()()()().)
Public methodRemove
Removes the given HatchStyle from the list. No action is taken if the hatchstyle is not in the list.

Explicit Interface Implementations

See Also