DK11 for .NET | TatukGIS.NDK.TGIS_Config.ReadSymbol | Constructors | Fields | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
// C# public TGIS_SymbolAbstract ReadSymbol( string _name, TGIS_SymbolAbstract _default );
' VisualBasic Public Function ReadSymbol( ByVal _name As String, ByVal _default As TGIS_SymbolAbstract ) As TGIS_SymbolAbstract
// Oxygene public function ReadSymbol( _name : String; _default : TGIS_SymbolAbstract ) : TGIS_SymbolAbstract;
Name | Type | Description |
---|---|---|
_name | string String | name of value |
_default | TGIS_SymbolAbstract | default value |
Type | Description |
---|---|
TGIS_SymbolAbstract | parameter value |