NodeMap Properties

CVB.Net Documentation

The NodeMap type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of TNodes in this dictionary.
(Inherited from NodeDictionaryBaseTNode.)
Public propertyIsDisposed
Gets whether this dictionary has been disposed.
(Inherited from NodeDictionaryBaseTNode.)
Public propertyIsReadOnly
Gets whether this dictionary is read only.
(Overrides NodeDictionaryBaseTNodeIsReadOnly.)
Public propertyItem
Indexer of this dictionary to get/add TNode objects.
(Inherited from NodeDictionaryBaseTNode.)
Public propertyKeys
Gets the keys for all nodes.
(Inherited from NodeDictionaryBaseTNode.)
Public propertyModelName
Gets the model name of the Server.
Public propertyModuleName
Gets this NodeMaps module name.
Protected propertyNodes
Gets the dictionary holding all node objects.
(Inherited from NodeDictionaryBaseTNode.)
Public propertyServer
Gets the GevServer object this node map belongs to.
Public propertyTransportLayerNamespace
Gets this NodeMaps transport layer namespace.
Public propertyValues
Gets all the TNodes in this dictionary.
(Inherited from NodeDictionaryBaseTNode.)
Public propertyVendorName
Gets the device vendor name of the Server.
Public propertyXmlFileSchemaVersion
Gets the GenICam GenApi schema version this Server creates.
Public propertyXmlFileVersion
Gets or sets the version of this server's GenApi XML description.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate propertyICollectionKeyValuePairString, INodeIsReadOnly
Explicit interface implementationPrivate propertyICollectionKeyValuePairString, IConfigurableNodeIsReadOnly
Explicit interface implementationPrivate propertyIDictionaryString, INodeItemString
Gets or sets the element with the specified key.
Explicit interface implementationPrivate propertyIDictionaryString, IConfigurableNodeItemString
Gets or sets the element with the specified key.
Explicit interface implementationPrivate propertyIDictionaryString, INodeValues
Explicit interface implementationPrivate propertyIDictionaryString, IConfigurableNodeValues
Explicit interface implementationPrivate propertyIConfigurableNodeMapItem
Indexer to retrieve or add a node with the given name from/to this node map.
Explicit interface implementationPrivate propertyINodeMapItem
Indexer to retrieve a node with the given name from this node map.
Top
See Also

Reference