CADability dotNET
The HatchStyleList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HatchStyleList()()()() | ||
| HatchStyleList(SerializationInfo, StreamingContext) |
Constructor required by deserialization
|
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.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of hatchstyles in the list.
| |
| Current | ||
| EntryType |
Overrides EntryType,
returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.) | |
| Item | ||
| LabelType | (Overrides IShowPropertyImpl..::..LabelType.) | |
| Owner | ||
| SubEntries |
Overrides SubEntries,
returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.) | |
| SubEntriesCount |
Overrides SubEntriesCount,
returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.) |
Events
| Name | Description | |
|---|---|---|
| CreateHatchStyleListEvent | ||
| DidModifyEvent | ||
| RemovingFromListEvent |