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