Свойство | Type | Description | |
---|---|---|---|
fileName | string | ||
type | string |
Méthode | Description | |
---|---|---|
ChangeConfig ( |
||
GetAddLateralsConfig ( ) : List |
||
GetAddLateralsFromMainConfig ( ) : List |
||
GetAddResultsAsLayersOptions ( ) : AddResultsAsLayersOptions | ||
GetAddressCenterlineConfig ( ) : List |
||
GetAllConfigFiles ( bool includeLoaded, string type ) : List |
||
GetAllConfigFilesNames ( bool includeLoaded ) : List |
||
GetAttributeTransferConfig ( ) : List |
||
GetConfigFile ( ) : string | ||
GetConfigValue ( string keyname, bool defaultValue ) : bool | ||
GetConfigValue ( string keyname, double defaultValue ) : double | ||
GetConfigValue ( string keyname, int defaultValue ) : int | ||
GetConfigValue ( string keyname ) : string | ||
GetConfigValue ( string keyname, string defaultValue ) : string | ||
GetConnectClosestConfig ( ) : List |
||
GetCreatePointWithRefConfig ( ) : List |
||
GetCreateTapPointsOnMainConfig ( ) : List |
||
GetFlowAccumConfig ( ) : List |
||
GetHelpFile ( ) : string | ||
GetLayerViewerConfig ( ) : A4LGSharedFunctions.LayerViewerConfig | ||
GetLinePointAtEndsConfig ( ) : List |
||
GetMergeSplitConfig ( ) : List |
||
GetMoveConnectionsConfig ( ) : List |
||
GetProfileGraphConfig ( ) : List |
||
compareConfigValue ( string keyname, string value ) : bool | ||
copyFileContents ( string SourceFile, string TargetFile ) : bool | ||
generateUserCachePath ( ) : string | ||
getInstalledConfig ( string pathToUserProf, bool saveAsBackup ) : string |
Méthode | Description | |
---|---|---|
KeyExists ( |
||
getConfigAsXMLDoc ( ) : |
public static ChangeConfig ( |
||
LoadedConfig | ||
ConfigToLoad | ||
Résultat | bool |
public static GetAddLateralsConfig ( ) : List |
||
Résultat | List |
public static GetAddLateralsFromMainConfig ( ) : List |
||
Résultat | List |
public static GetAddResultsAsLayersOptions ( ) : AddResultsAsLayersOptions | ||
Résultat | AddResultsAsLayersOptions |
public static GetAddressCenterlineConfig ( ) : List |
||
Résultat | List |
public static GetAllConfigFiles ( bool includeLoaded, string type ) : List |
||
includeLoaded | bool | |
type | string | |
Résultat | List |
public static GetAllConfigFilesNames ( bool includeLoaded ) : List |
||
includeLoaded | bool | |
Résultat | List |
public static GetAttributeTransferConfig ( ) : List |
||
Résultat | List |
public static GetConfigValue ( string keyname, bool defaultValue ) : bool | ||
keyname | string | |
defaultValue | bool | |
Résultat | bool |
public static GetConfigValue ( string keyname, double defaultValue ) : double | ||
keyname | string | |
defaultValue | double | |
Résultat | double |
public static GetConfigValue ( string keyname, int defaultValue ) : int | ||
keyname | string | |
defaultValue | int | |
Résultat | int |
public static GetConfigValue ( string keyname ) : string | ||
keyname | string | |
Résultat | string |
public static GetConfigValue ( string keyname, string defaultValue ) : string | ||
keyname | string | |
defaultValue | string | |
Résultat | string |
public static GetConnectClosestConfig ( ) : List |
||
Résultat | List |
public static GetCreatePointWithRefConfig ( ) : List |
||
Résultat | List |
public static GetCreateTapPointsOnMainConfig ( ) : List |
||
Résultat | List |
public static GetFlowAccumConfig ( ) : List |
||
Résultat | List |
public static GetLayerViewerConfig ( ) : A4LGSharedFunctions.LayerViewerConfig | ||
Résultat | A4LGSharedFunctions.LayerViewerConfig |
public static GetLinePointAtEndsConfig ( ) : List |
||
Résultat | List |
public static GetMergeSplitConfig ( ) : List |
||
Résultat | List |
public static GetMoveConnectionsConfig ( ) : List |
||
Résultat | List |
public static GetProfileGraphConfig ( ) : List |
||
Résultat | List |
public static compareConfigValue ( string keyname, string value ) : bool | ||
keyname | string | |
value | string | |
Résultat | bool |
public static copyFileContents ( string SourceFile, string TargetFile ) : bool | ||
SourceFile | string | |
TargetFile | string | |
Résultat | bool |
public static generateUserCachePath ( ) : string | ||
Résultat | string |
public static getInstalledConfig ( string pathToUserProf, bool saveAsBackup ) : string | ||
pathToUserProf | string | |
saveAsBackup | bool | |
Résultat | string |