IMcCaptDevAttribute3 Interface |
![]() |
Namespace: MediaCy.IQL.Capture
Public Interface IMcCaptDevAttribute3 Inherits IMcCaptDevAttribute2
The IMcCaptDevAttribute3 type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttrID | Gets or sets the attribute ID for the capture attribute. |
![]() | CommandData | |
![]() | CommandFlags | |
![]() | Context | Gets or sets the context flags for the attribute. |
![]() | DataInfo | Gets or sets the data info of the attribute. |
![]() | Default | Gets the default value of the attribute. |
![]() | DisableLock | Gets or sets whether the attribute's
acquire value and preview value can be locked. |
![]() | Enabled | Gets or sets whether the attribute's
UI element is enabled or not. |
![]() | Flags | Gets the range flags of the attribute. |
![]() | GroupName | Gets or sets the group name for the attribute. |
![]() | Lock | Gets or sets whether the attribute's
acquire value and preview value are locked. |
![]() | LockToPreview | Gets or sets whether the attribute's acquire value is initially set to
the preview value or vice versa when the Lock property is set to true. |
![]() | Max | Gets the maximum value of the attribute. |
![]() | Min | Gets the minimum value of the attribute. |
![]() | Name | Gets or sets the name of the attribute. |
![]() | Parent | Gets the parent attribute collection object of the attribute. |
![]() | PvwDefault | Gets the default preview value of the attribute. |
![]() | PvwFlags | Gets the preview range flags of the attribute. |
![]() | PvwMax | Gets the maximum preview value of the attribute. |
![]() | PvwMin | Gets the minimum preview value of the attribute. |
![]() | PvwStep | Gets the step preview value of the attribute. |
![]() | PvwTableDesc | Gets the preview table description array of the attribute. |
![]() | PvwTableValue | Gets the preview table value array of the attribute. |
![]() | PvwValue | Gets or sets the preview value of the attribute. |
![]() | Status | Gets or sets the status code of the attribute. |
![]() | Step | Gets the step value of the attribute. |
![]() | SupportPvw | SupportPvw property handler for getting or setting whether the attribute
supports a preview value. |
![]() | SuppressLock | |
![]() | TableDesc | Gets the table description array of the attribute. |
![]() | TableValue | Gets the table value array of the attribute. |
![]() | TextInfo | Gets or sets the text info of the attribute. |
![]() | ToolTip | Gets or sets the attribute's associated
UI element's Tooltip text description. |
![]() | ToolTipTitle | |
![]() | Value | Gets or sets the value of the attribute. |
![]() | Visible | Gets or sets whether the attribute's
UI element is visible or not. |
Name | Description | |
---|---|---|
![]() | DoCommand | |
![]() | GetPvwRange | Gets the preview range values for the attribute using a
UDT structure. |
![]() | GetPvwRangeExp | Gets the preview range values for the attribute. |
![]() | GetRange | Gets the range values for the attribute using a
UDT structure. |
![]() | GetRangeExp | Gets the range values for the attribute. |
![]() | SetPvwRange | Sets the preview range values for the attribute. |
![]() | SetPvwRangeExp | Sets the preview range values for the attribute. |
![]() | SetRange | Sets the range values for the attribute. |
![]() | SetRangeExp | Sets the range values for the attribute. |