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