CADability dotNET

The LineWidthList type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an LineWidth object to the list. Throws a NameAlreadyExistsException if there is a LineWidth with the given name in the list. This also prevents the same object added twice to the list.
Public methodAdded (Overrides IShowPropertyImpl..::..Added(IPropertyTreeView).)
Public methodClone
Returns a copy of this LineWidthList. The entries are cloned so the copy is independant.
Public methodCreateOrFind
Public methodFind
Returns the LineWidth with the given name or null if not found.
Public methodFindIndex
Returns the index of the given linewidth in this list
Public methodGetContextMenu
Overrides GetContextMenu()()()(), returns the context menu with the id "MenuId.LineWidthList". (see LoadContextMenu(String, ICommandHandler))
(Overrides IShowPropertyImpl..::..GetContextMenu()()()().)
Public methodStatic memberGetDefault
Creates a default LineWidthList.
Public methodGetObjectData
Public methodStatic memberRead
Public methodRemove
Removes an entry from the LineWidth list. Depending on the context and global settings there might be a warning if the LineWidth is beeing used by an IGeoObject belonging to the Project. If the LineWidth is not in the list, nothing happens.
Public methodRemoved (Overrides IShowPropertyImpl..::..Removed(IPropertyTreeView).)

Explicit Interface Implementations

See Also