Read/Write
About ENR tables

ENRID Property


Description

Sets and returns ID of ENR table.

 VB Syntax

enr.ENRSN = ID

Variable

(Type) - Description

enr

An ENRFile (object)

ID

Identifier for the ENR table

Return Type

String

Default

Not Applicable

Examples

See example program

C++ Syntax

HRESULT get_ENRID(BSTR *Val);

HRESULT put_ENRID(BSTR Val);

Interface

IENRFile