Read/Write |
About ENR tables |
Description |
Sets and returns the serial number of the noise source for which the ENR file applies. |
VB Syntax |
enr.ENRSN = serialNumber |
Variable |
(Type) - Description |
enr |
An ENRFile (object) |
serialNumber |
(String) Serial number of the noise source. |
Return Type |
String |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT get_ENRSNBSTR *Val); HRESULT put_ENRSN(BSTR Val); |
Interface |
IENRFile |