DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.OpenEx | Methods | Properties
Open project file from the memory.
// C# public void OpenEx( ITGIS_ConfigAbstract _configFile, WideString _path );
' VisualBasic Public Sub OpenEx( ByVal _configFile As ITGIS_ConfigAbstract, ByVal _path As WideString )
// Oxygene public procedure OpenEx( _configFile : ITGIS_ConfigAbstract; _path : WideString );
Name | Type | Description |
---|---|---|
_configFile | ITGIS_ConfigAbstract | project file |
_path | WideString | project path (or layer) |
If any project exists, then it will be closed and any stored passwords will be cleared. If _path content is a path to any registered layer type, then layer will be opened.