Write-only
About ENR tables

SaveENRFile Method


Description

Saves an ENR table to disk.

 VB Syntax

enr.SaveENRFile (filename)

Variable

(Type) - Description

enr

An ENRFile (object)

filename

(String) - Absolute path and filename of the ENR file.

Return Type

Not Applicable

Default

Not Applicable

Examples

See example program

C++ Syntax

HRESULT SaveENRFile(BSTR filename);

Interface

IENRFile