Click or drag to resize

IMcCaptDevAttributeGroupName Property

Gets or sets the group name for the attribute.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Property GroupName As String
	Get
	Set

Property Value

Type: String
Remarks
Each attribute has a group name associated with it for UI group association. For example, the all of the attributes associated with controlling white balance are part of the "White Balance" group. The GroupName property cannot be set on standard attributes (typecode field of attribute ID = 0). Only custom attributes can set the value of this property.
See Also