DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.OpenEx_2 | Methods | Properties
Open a project file from memory.
// C# public void OpenEx_2( ITGIS_ConfigAbstract _configFile, WideString _path, WordBool _strict );
' VisualBasic Public Sub OpenEx_2( ByVal _configFile As ITGIS_ConfigAbstract, ByVal _path As WideString, ByVal _strict As WordBool )
// Oxygene public procedure OpenEx_2( _configFile : ITGIS_ConfigAbstract; _path : WideString; _strict : WordBool );
| Name | Type | Description |
|---|---|---|
| _configFile | ITGIS_ConfigAbstract | project file |
| _path | WideString | project path or layer path |
| _strict | WordBool | if False, missing layers are ignored when opening project files; the default is True |
If a project is already open, it is closed and any stored passwords are cleared. If _path points to a registered layer type, that layer is opened instead of a project.