DK11 for .NET | TatukGIS.NDK.TGIS_Config.readParam | Constructors | Fields | Methods | Properties
Read configuration parameter from list prepared by buildParamList.
// C# protected abstract string readParam( string _name );
' VisualBasic Protected MustOverride Function readParam( ByVal _name As String ) As String
// Oxygene protected function readParam( _name : String ) : String; virtual; abstract;
Name | Type | Description |
---|---|---|
_name | string String | name of the parameter |
Type | Description |
---|---|
string String | parameter value |