DK11 for Java | tatukgis.jdk.IGIS_Viewer.Open | Overloads | Methods | Properties
Open project.
// Java public abstract void Open( java.lang.String _path, bool _strict );
// Oxygene public procedure Open( _path : String; _strict : Boolean );
Name | Type | Description |
---|---|---|
_path | java.lang.String String | project path (or layer) |
_strict | bool Boolean | 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.