INode Interface

CVB.Net Documentation
Generic GenICam GenApi node.

Namespace:  Stemmer.Cvb.GenApi
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public interface INode

The INode type exposes the following members.

Properties

  NameDescription
Public propertyAccessMode
Gets the AccessMode of this node.
Public propertyAliasNode
Gets the node that is an alias value for this node.
Public propertyCacheMode
Gets the cache mode of this node.
Public propertyDescription
Gets the long descriptive text of this node.
Public propertyEventID
Nodes with an event identifier may become invalidated if an event/message is delivered from the device.
Public propertyIsAvailable
AccessMode helper to check whether this node is available.
Public propertyIsDeprecated
Gets whether this node is considered deprecated.
Public propertyIsFeature
Gets whether this node is considered a feature node.
Public propertyIsImplemented
AccessMode helper to check whether this node is implemented.
Public propertyIsReadable
AccessMode helper to check whether this node is readable.
Public propertyIsWritable
AccessMode helper to check whether this node is writable.
Public propertyName
Gets the full name of this node.
Public propertyNodeMap
Gets the INodeMap this node resides in.
Public propertyToolTip
Gets the short descriptive text of this node.
Public propertyVisibility
Gets the complexity level of this node.
Top
See Also

Reference