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