CADability dotNET

The DimensionStyleList type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodAdd
Add a dimensionstyle to the list. If there is already a dimension styl with the same name in the list, the NameAlreadyExistsException will be thrown.
Public methodAdded (Overrides IShowPropertyImpl..::..Added(IPropertyTreeView).)
Public methodFind
Implements Find(String)
Public methodGetContextMenu (Overrides IShowPropertyImpl..::..GetContextMenu()()()().)
Public methodGetObjectData
Public methodRemove
The dimensionstyle ToRemove will be removed from the list. If there is no such dimension style, nothing will be changed.

Properties

  NameDescription
Public propertyCount
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

  NameDescription
Public eventDidModifyEvent

Explicit Interface Implementations

See Also