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