Click or drag to resize

IMcCaptDevAttributeParent Property

Gets the parent attribute collection object of the attribute.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Parent As McCaptDevAttributes
	Get

Property Value

Type: McCaptDevAttributes
Remarks
The Parent property holds the parent attribute collection object of the attribute. This is useful for traversing up the hierarchy of capture to derive the capture device object that owns a particular attribute. MyParentCaptDev = Set MyAttribute.Parent.Parent
See Also