IMcCaptDevAttributesAdd Method
|
|
Adds a McCaptDevAttribute to the McCaptDevAttributes collection.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxFunction Add (
AttrID As Integer,
AttrName As String
) As IMcCaptDevAttribute2
Parameters
- AttrID
- Type: SystemInt32
Attribute ID to create. - AttrName
- Type: SystemString
Name of attribute to create.
Return Value
Type:
IMcCaptDevAttribute2
RemarksThe McCaptDevAttribute object is created by this function if it is not already
in the collection. If the attribute is already present in the collection, an
E_INVALIDARG error will be thrown. Returns the created capture attribute object
See Also