DK11 for Delphi | GisConfig.TGIS_Config.WriteMarker | Constructors | Fields | Methods | Properties
Write parameters given by _name.
// Delphi public procedure WriteMarker( const _name : String; const _value : TGIS_MarkerStyle; const _default : TGIS_MarkerStyle );
// C++ Builder public: void WriteMarker( const UnicodeString _name, TGIS_MarkerStyle* const _value, TGIS_MarkerStyle* const _default );
Name | Type | Description |
---|---|---|
_name | String | name of value |
_value | TGIS_MarkerStyle | value of the parameter |
_default | TGIS_MarkerStyle | default value of the parameter |