DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.WriteCustomData | Methods | Properties
Write custom configuration parameters.
// C# public void WriteCustomData( WideString _name, ITGIS_StringList _list );
' VisualBasic Public Sub WriteCustomData( ByVal _name As WideString, ByVal _list As ITGIS_StringList )
// Oxygene public procedure WriteCustomData( _name : WideString; _list : ITGIS_StringList );
Name | Type | Description |
---|---|---|
_name | WideString | name of custom section |
_list | ITGIS_StringList | list of parameters in a form of "name=value" |