DK for ActiveX | TatukGIS_XDK11.ITGIS_Config.ReadColor | Methods | Properties
Reads a color value from the active section.
// C# public ITGIS_Color ReadColor( WideString _name, ITGIS_Color _default );
' VisualBasic Public Function ReadColor( ByVal _name As WideString, ByVal _default As ITGIS_Color ) As ITGIS_Color
// Oxygene public function ReadColor( _name : WideString; _default : ITGIS_Color ) : ITGIS_Color;
| Name | Type | Description |
|---|---|---|
| _name | WideString | Parameter name. |
| _default | ITGIS_Color | Default value returned when the parameter is missing or invalid. |
| Type | Description |
|---|---|
| ITGIS_Color | Stored color value or_default. |