DK for Delphi | GisConfig.TGIS_Config.Read3DLayerType | Constructors | Fields | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
// Delphi public function Read3DLayerType( const _name : String; const _default : TGIS_3DLayerType ) : TGIS_3DLayerType;
// C++ Builder public: TGIS_3DLayerType* Read3DLayerType( const UnicodeString _name, TGIS_3DLayerType* const _default );
Name | Type | Description |
---|---|---|
_name | String | name of value |
_default | TGIS_3DLayerType | default value |
Type | Description |
---|---|
TGIS_3DLayerType | parameter value |