IMcCaptDevAttributesGetAttrIDKey Method
|
|
Return the name of an attribute given its attribute ID.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxFunction GetAttrIDKey (
AttrID As Integer
) As String
Parameters
- AttrID
- Type: SystemInt32
Attribute ID passed in.
Return Value
Type:
String
RemarksProvides an easy method to retrieve the name (key) of an attribute
given the attribute ID.
See Also