DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.Open_2 | Methods | Properties
Open project.
// C# public void Open_2( WideString _path, WordBool _strict );
' VisualBasic Public Sub Open_2( ByVal _path As WideString, ByVal _strict As WordBool )
// Oxygene public procedure Open_2( _path : WideString; _strict : WordBool );
Name | Type | Description |
---|---|---|
_path | WideString | project path (or layer) |
_strict | WordBool | if False then non existing layers will be ignored (only while opening project files); default is True ; |
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.