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