CADability dotNET
The HatchStyleList type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an HatchStyle to the list. If there is already an hatchstyle
with that name, an NameAlreadyExistsException exception will be thrown.
|
![]() | Clone | |
![]() ![]() | CreateHatchStyleList | |
![]() | Find |
Returns the hatchstyle with the given name from the list.
If there is no such hatchstyle null will be returned.
|
![]() | GetContextMenu |
Overrides GetContextMenu()()()(),
returns the context menu with the id "MenuId.HatchStyleList".
(see LoadContextMenu(String, ICommandHandler))
(Overrides IShowPropertyImpl..::..GetContextMenu()()()().) |
![]() ![]() | GetDefault | |
![]() | Refresh | (Overrides IShowPropertyImpl..::..Refresh()()()().) |
![]() | Remove |
Removes the given HatchStyle from the list. No action is taken
if the hatchstyle is not in the list.
|