DK11 for .NET | TatukGIS.NDK.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.
// C# public TGIS_LayerDormantMode ReadDormant( string _name, TGIS_LayerDormantMode _default );
' VisualBasic Public Function ReadDormant( ByVal _name As String, ByVal _default As TGIS_LayerDormantMode ) As TGIS_LayerDormantMode
// Oxygene public function ReadDormant( _name : String; _default : TGIS_LayerDormantMode ) : TGIS_LayerDormantMode;
Name | Type | Description |
---|---|---|
_name | string String | name of value |
_default | TGIS_LayerDormantMode | default value |
Type | Description |
---|---|
TGIS_LayerDormantMode | parameter value |