CADability dotNET

The LayerList type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodAdd
Fügt einen neuen Layer der Liste zu.
Public methodCopyTo
Public methodCreateOrFind
Public methodFind
Liefert den Layer mit dem im Parameter gegebenen Namen. Liefert null, wenn kein solcher Layer in der Liste existiert.
Public methodFindIndex
Public methodGetContextMenu (Overrides IShowPropertyImpl..::..GetContextMenu()()()().)
Public methodStatic memberGetDefault
Liefert eine LayerList aus der StringResource. Wird benötigt, wenn keine globale LayerListe gegeben ist.
Public methodGetEnumerator
Public methodGetObjectData
Public methodRemove
Entfernt einen Layer aus der Liste. Kein Propblem, wenn der Layer nicht in der Liste ist.
Public methodToArray

Properties

  NameDescription
Public propertyColorList
Public propertyCount
Public propertyCurrent
Public propertyEntryType
Overrides EntryType, returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.)
Public propertyIsSynchronized
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.)
Public propertySyncRoot

Events

Explicit Interface Implementations

See Also