IIntegerNode Interface

CVB.Net Documentation
GenICam GenApi node that has a long value.

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

public interface IIntegerNode : IValueNode, 
	INode

The IIntegerNode type exposes the following members.

Properties

  NameDescription
Public propertyAccessMode
Gets the AccessMode of this node.
(Inherited from INode.)
Public propertyAliasNode
Gets the node that is an alias value for this node.
(Inherited from INode.)
Public propertyCacheMode
Gets the cache mode of this node.
(Inherited from INode.)
Public propertyDescription
Gets the long descriptive text of this node.
(Inherited from INode.)
Public propertyEventID
Nodes with an event identifier may become invalidated if an event/message is delivered from the device.
(Inherited from INode.)
Public propertyIncrement
Gets the increment of this Value.
Public propertyIsAvailable
AccessMode helper to check whether this node is available.
(Inherited from INode.)
Public propertyIsDeprecated
Gets whether this node is considered deprecated.
(Inherited from INode.)
Public propertyIsFeature
Gets whether this node is considered a feature node.
(Inherited from INode.)
Public propertyIsImplemented
AccessMode helper to check whether this node is implemented.
(Inherited from INode.)
Public propertyIsReadable
AccessMode helper to check whether this node is readable.
(Inherited from INode.)
Public propertyIsStreamable
Gets whether this node should be used when the camera settings are stored.
(Inherited from IValueNode.)
Public propertyIsWritable
AccessMode helper to check whether this node is writable.
(Inherited from INode.)
Public propertyMax
Gets the maximal allowed number for this Value.
Public propertyMin
Gets the minimal allowed number for this Value.
Public propertyName
Gets the full name of this node.
(Inherited from INode.)
Public propertyNodeMap
Gets the INodeMap this node resides in.
(Inherited from INode.)
Public propertyPollingTime
Gets the polling time of this value.
(Inherited from IValueNode.)
Public propertyRepresentation
Gets how the value is to be represented.
Public propertyToolTip
Gets the short descriptive text of this node.
(Inherited from INode.)
Public propertyUnit
Gets the unit of this node's value.
Public propertyValue
Gets/Sets the value of this integer node.
Public propertyVisibility
Gets the complexity level of this node.
(Inherited from INode.)
Top
Methods

  NameDescription
Public methodFromString
Sets this node's value from the string value.
(Inherited from IValueNode.)
Top
See Also

Reference