NodeMap Properties

CVB.Net Documentation

The NodeMap type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of items in the dictionary.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Public propertyDescription
Gets the descriptive text of this node map.
Public propertyHandle
Native CVB NODE handle.
Public propertyIsDisposed
Tests whether the native handle has been disposed.
Public propertyItem
Indexer to retrieve a node with the given name from this node map.
(Overrides ReadOnlyDictionaryBaseTKey, TValueItemTKey.)
Public propertyKeys
Gets a read-only collection of all keys in this dictionary.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Public propertyModelName
Gets the name of the model, that the XML description is for.
Public propertyModuleName
Gets the GenTL module name this node map refers to.
Public propertyToolTip
Gets the short descriptive text, if any is available.
Public propertyTransportLayerNamespace
Gets the transport layer type of the device.
Public propertyValues
Gets the value-collection containing all available nodes.
(Overrides ReadOnlyDictionaryBaseTKey, TValueValues.)
Public propertyVendorName
Gets the name of the vendor, who created the XML description.
Public propertyXmlFileSchemaVersion
Gets the XML schema version.
Public propertyXmlFileVersion
Gets the XML version.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate propertyICollectionKeyValuePairString, INodeIsReadOnly
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueItemTKey
Gets or sets the element with the specified key.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate propertyIDictionaryString, INodeItemString
Gets or sets the element with the specified key.
Explicit interface implementationPrivate propertyIDictionaryString, INodeValues
Explicit interface implementationPrivate propertyINodeMapItem
Indexer to retrieve a node with the given name from this node map.
Top
See Also

Reference