DK11 for .NET | TatukGIS.NDK.TGIS_ConfigFactory.IsProject | Methods
Check if a config is a project.
// C# public static static bool IsProject( string _path );
' VisualBasic Public Static Shared Function IsProject( ByVal _path As String ) As Boolean
// Oxygene public class function IsProject( _path : String ) : Boolean;
Name | Type | Description |
---|---|---|
_path | string String | full path to project configuration file; can be empty; if so then only layer dependent files are to be used |
Type | Description |
---|---|
bool Boolean | new config instance |