Read-only |
About Dynamic Uncertainty |
Description |
Returns the name of the Cable. |
VB Syntax |
value = oCable.Name |
Variable |
(Type) - Description |
value |
(String) Cable name. |
oCable |
A Cable Object |
Default |
Not Applicable |
Examples |
value = oCable.Name |
C++ Syntax |
HRESULT get_Name([out,retval] BSTR* pCableName); |
Interface |
IUncertaintyCable |