GetFeatureDescription
Top  Previous  Next

Description

Returns the detailed description of the specified camera feature.


Syntax


[VB]
Value=objActiveGige.GetFeatureDescription ( Name )


[C/C++]
HRESULT GetFeatureDescription(bstr Name, bstr* pType );


Data Types
[VB]

Name: String
Return value: String


Parameters
[C/C++]

Name [in]  
String specifying the name of the feature  
pType [out, retval]  
Pointer to a string specifying the description of the feature  


Return Values


S_OK  
Success  
E_NOINTERFACE        
Feature does not exist or not available  
E_FAIL  
Failure  
 

Example


This VB example displays the description of the specified feature:
 
MsgBox ActiveGige1.GetFeatureDescription("ExposureAuto")  

Remarks


Feature descriptions are retrieved from an XML file embedded in a camera per GenICam standard.