CVB.Net 14.0
INode Interface Reference

Generic GenICam GenApi node. More...

Inherited by IPortNode, IValueNode, Node, and IConfigurableNode.

Properties

INodeMap NodeMap [get]
 Gets the INodeMap this node resides in.
 
string Name [get]
 Gets the full name of this node. More...
 
string ToolTip [get]
 Gets the short descriptive text of this node. More...
 
string Description [get]
 Gets the long descriptive text of this node. More...
 
AccessMode AccessMode [get]
 Gets the GenApi.AccessMode of this node.
 
bool IsImplemented [get]
 AccessMode helper to check whether this node is implemented.
 
bool IsAvailable [get]
 AccessMode helper to check whether this node is available.
 
bool IsReadable [get]
 AccessMode helper to check whether this node is readable.
 
bool IsWritable [get]
 AccessMode helper to check whether this node is writable.
 
CacheMode CacheMode [get]
 Gets the cache mode of this node. More...
 
string EventID [get]
 Nodes with an event identifier may become invalidated if an event/message is delivered from the device.
 
bool IsFeature [get]
 Gets whether this node is considered a feature node. More...
 
bool IsDeprecated [get]
 Gets whether this node is considered deprecated. More...
 
Visibility Visibility [get]
 Gets the complexity level of this node. More...
 
INode AliasNode [get]
 Gets the node that is an alias value for this node. More...
 

Detailed Description

Generic GenICam GenApi node.

Property Documentation

◆ AliasNode

INode AliasNode
get

Gets the node that is an alias value for this node.

Alias nodes give an additional view on a value or can contain summary information for e.g. CategoryNodes.

Alias node instance; null for none.

Implemented in Node, IConfigurableNode, and Node.

◆ CacheMode

Gets the cache mode of this node.

For non-register nodes the cache mode of the register in the value path of the node chain up the the register is used.

Implemented in Node, FloatRegNode, IConfigurableRegisterNode, IntRegNode, Node, and StringRegNode.

◆ Description

string Description
get

Gets the long descriptive text of this node.

See ToolTip for the short description.

Implemented in Node, IConfigurableNode, and Node.

◆ IsDeprecated

bool IsDeprecated
get

Gets whether this node is considered deprecated.

Deprecated nodes are only available because of backward compatibility. New applications should not use these features.

Implemented in Node, and Node.

◆ IsFeature

bool IsFeature
get

Gets whether this node is considered a feature node.

Feature nodes are in a way public/user interface nodes. All nodes that are directly referenced by the Root CategoryNode or indirectly via other CategoryNodes that are children of Root are considered features.

Implemented in Node, and Node.

◆ Name

string Name
get

Gets the full name of this node.

String containing the namespace of the node (Std or Cust and the node's name separated by double colons (::)).

Implemented in Node, and Node.

◆ ToolTip

string ToolTip
get

Gets the short descriptive text of this node.

See Description for the long description.

Implemented in Node, IConfigurableNode, and Node.

◆ Visibility

Gets the complexity level of this node.

For additional information on the different levels see the Stemmer.Cvb.GenApi.Visibility documentation.

Implemented in Node, IConfigurableNode, and Node.