DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.ReadCustomData | Methods | Properties
Read custom configuration parameters.
// C# public void ReadCustomData( WideString _name, ITGIS_StringList _list );
' VisualBasic Public Sub ReadCustomData( ByVal _name As WideString, ByVal _list As ITGIS_StringList )
// Oxygene public procedure ReadCustomData( _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" |