DK11 for Java | tatukgis.jdk.TGIS_Config.ReadDormant | Constructors | Fields | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
// Java public TGIS_LayerDormantMode ReadDormant( java.lang.String _name, TGIS_LayerDormantMode _default );
// Oxygene public function ReadDormant( _name : String; _default : TGIS_LayerDormantMode ) : TGIS_LayerDormantMode;
Name | Type | Description |
---|---|---|
_name | java.lang.String String | name of value |
_default | TGIS_LayerDormantMode | default value |
Type | Description |
---|---|
TGIS_LayerDormantMode | parameter value |