IS57ManagerInitialisationData Interface Reference

Properties and methods for ENCX::S57ManagerInitialisationData. More...

import "_encxcom_encx.idl";

Inheritance diagram for IS57ManagerInitialisationData:

List of all members.

Properties

BSTR * SencPath [get]
 Associate the manager with a specified folder.
BSTR SencPath [set]
 Associate the manager with a specified folder.
BSTR * PresentationLibraryFileName [get]
 The file name and extension for the presentation library file.
BSTR PresentationLibraryFileName [set]
 The file name and extension for the presentation library file.
IS57ColourValues ** ColourValues [get]
 Colour values that will override the default values.
IS57ColourValuesColourValues [set]
 Colour values that will override the default values.
VARIANT_BOOL * ReadOnly [get]
 Read only SENCs will not be watched for changes and will be fully initialized to draw charts as soon as OpenSenc2 returns.
VARIANT_BOOL ReadOnly [set]
 Read only SENCs will not be watched for changes and will be fully initialized to draw charts as soon as OpenSenc2 returns.


Detailed Description

Properties and methods for ENCX::S57ManagerInitialisationData.

Definition at line 2759 of file _encxcom_encx.idl.


Property Documentation

BSTR * IS57ManagerInitialisationData::SencPath [get]

Associate the manager with a specified folder.

BSTR IS57ManagerInitialisationData::SencPath [set]

Associate the manager with a specified folder.

BSTR * IS57ManagerInitialisationData::PresentationLibraryFileName [get]

The file name and extension for the presentation library file.

Must be in the same folder as ENCXCom.dll. Default is pslb03_3.dai.

BSTR IS57ManagerInitialisationData::PresentationLibraryFileName [set]

The file name and extension for the presentation library file.

Must be in the same folder as ENCXCom.dll. Default is pslb03_3.dai.

IS57ColourValues ** IS57ManagerInitialisationData::ColourValues [get]

Colour values that will override the default values.

Any colour value not supplied here will use the default values from the presentation library file

IS57ColourValues * IS57ManagerInitialisationData::ColourValues [set]

Colour values that will override the default values.

Any colour value not supplied here will use the default values from the presentation library file

VARIANT_BOOL* IS57ManagerInitialisationData::ReadOnly [get]

Read only SENCs will not be watched for changes and will be fully initialized to draw charts as soon as OpenSenc2 returns.

VARIANT_BOOL IS57ManagerInitialisationData::ReadOnly [set]

Read only SENCs will not be watched for changes and will be fully initialized to draw charts as soon as OpenSenc2 returns.