Read/Write |
About ENR tables |
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 |
|
C++ Syntax |
HRESULT get_ENRID(BSTR *Val); HRESULT put_ENRID(BSTR Val); |
Interface |
IENRFile |