DK11 for .NET | TatukGIS.NDK.TGIS_Config.writeCustomParam | Constructors | Fields | Methods | Properties
Write custom configuration parameters.
// C# protected virtual abstract void writeCustomParam( string _name, TStrings _list );
' VisualBasic Protected Overridable MustOverride Sub writeCustomParam( ByVal _name As String, ByVal _list As TStrings )
// Oxygene protected procedure writeCustomParam( _name : String; _list : TGIS_Strings ); virtual; abstract;
Name | Type | Description |
---|---|---|
_name | string String | name of custom section |
_list | TStrings TGIS_Strings | list of parameters in a form of "name=value" |