CADability dotNET

The HatchStyleList type exposes the following members.

Constructors

  NameDescription
Public methodHatchStyleList()()()()
Protected methodHatchStyleList(SerializationInfo, StreamingContext)
Constructor required by deserialization

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.

Properties

  NameDescription
Public propertyCount
Gets the number of hatchstyles in the list.
Public propertyCurrent
Public propertyEntryType
Overrides EntryType, returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.)
Public propertyItem
Public propertyLabelType (Overrides IShowPropertyImpl..::..LabelType.)
Public propertyOwner
Public propertySubEntries
Overrides SubEntries, returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.)
Public propertySubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.)

Events

Explicit Interface Implementations

See Also