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