DK for Delphi | GisConfig.TGIS_Config.ReadMarker | Constructors | Fields | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
// Delphi public function ReadMarker( const _name : String; const _default : TGIS_MarkerStyle ) : TGIS_MarkerStyle;
// C++ Builder public: TGIS_MarkerStyle* ReadMarker( const UnicodeString _name, TGIS_MarkerStyle* const _default );
| Name | Type | Description |
|---|---|---|
| _name | String | name of value |
| _default | TGIS_MarkerStyle | default value |
| Type | Description |
|---|---|
| TGIS_MarkerStyle | parameter value |