DK11 for .NET | TatukGIS.NDK.TGIS_ConfigIni.writeParam | Constructors | Fields | Methods | Properties
Write configuration parameter to the configuration file.
Overrides TGIS_Config.writeParam.
// C# protected override void writeParam( string _name, string _value, string _default );
' VisualBasic Protected Overrides Sub writeParam( ByVal _name As String, ByVal _value As String, ByVal _default As String )
// Oxygene protected procedure writeParam( _name : String; _value : String; _default : String ); override;
Name | Type | Description |
---|---|---|
_name | string String | name of the parameter |
_value | string String | value of the parameter |
_default | string String | default value of the parameter |