DeleteFeatureElement
|
![]() ![]() ![]() |
|
[in] const char* feature
|
Name of the feature to which the element belongs.
|
|
[in] const char* element
|
Name of the element to delete.
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
E_NOINTERFACE
|
Feature or element does not exist
|
|
m_pCamera->Disconnect();
|
m_pCamera->DeleteFeatureElement("ExposureTime","ToolTip");
|