DK11 for .NET | TatukGIS.NDK.TGIS_Config.ReadCustomData | Constructors | Fields | Methods | Properties
Read custom configuration parameters.
// C# public void ReadCustomData( string _name, TStrings _list );
' VisualBasic Public Sub ReadCustomData( ByVal _name As String, ByVal _list As TStrings )
// Oxygene public procedure ReadCustomData( _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" |