DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.ReadDormant | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
// C# public TGIS_LayerDormantMode ReadDormant( WideString _name, TGIS_LayerDormantMode _default );
' VisualBasic Public Function ReadDormant( ByVal _name As WideString, ByVal _default As TGIS_LayerDormantMode ) As TGIS_LayerDormantMode
// Oxygene public function ReadDormant( _name : WideString; _default : TGIS_LayerDormantMode ) : TGIS_LayerDormantMode;
Name | Type | Description |
---|---|---|
_name | WideString | name of value |
_default | TGIS_LayerDormantMode | default value |
Type | Description |
---|---|
TGIS_LayerDormantMode | parameter value |