CADability dotNET
The LinePatternList type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an LinePattern object to the list. Throws a NameAlreadyExistsException
if there is a LinePattern with the given name in the list. This also prevents the same
object added twice to the list.
|
![]() | Added |
Overrides Added(IPropertyTreeView) (Overrides IShowPropertyImpl..::..Added(IPropertyTreeView).) |
![]() | Clone |
Returns a copy of this LinePatternList. The entries are cloned so the copy is independant.
|
![]() | CreateOrFind | |
![]() | Find |
Returns the LinePattern with the given name or null if not found.
|
![]() | FindIndex |
Returns the index of the given line pattern or -1 if not in the list
|
![]() | GetContextMenu |
Overrides GetContextMenu()()()(),
returns the context menu with the id "MenuId.LinePatternList".
(see LoadContextMenu(String, ICommandHandler))
(Overrides IShowPropertyImpl..::..GetContextMenu()()()().) |
![]() ![]() | GetDefault |
Creates a default LinePatternList.
|
![]() | Remove |
Removes an entry from the LinePattern list. Depending on the context and global settings
there might be a warning if the LinePattern is beeing used by an IGeoObject belonging to the
Project. If the LinePattern is not in the list, nothing happens.
|
![]() | Removed |
Overrides Removed(IPropertyTreeView) (Overrides IShowPropertyImpl..::..Removed(IPropertyTreeView).) |