|
GetFeatureType
|
|
| Name [in]
|
| String specifying the name of the feature
|
| pType [out, retval]
|
| Pointer to a string specifying the type of the feature
|
| S_OK
|
| Success
|
| E_NOINTERFACE
|
| Feature does not exist or not available
|
| E_FAIL
|
| Failure
|
|
|
|
|
| MsgBox ActiveGige1.GetFeatureType("ExposureAuto")
|
|
Feature Type
|
Value
|
|
Integer
|
"Int"
|
|
Float
|
"Float"
|
|
Boolean
|
"Bool"
|
|
Enumerated
|
"Enum"
|
|
String
|
"String"
|
|
Command
|
"Command"
|
|
Feature category
|
"Category"
|
|
Unrecognized type
|
"Unknown"
|