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