Read/Write
About ENR tables

ENRSN Property


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

See example program

C++ Syntax

HRESULT get_ENRSNBSTR *Val);

HRESULT put_ENRSN(BSTR Val);

Interface

IENRFile