SysGraphicLightSetLine (FUN)¶
FUNCTION SysGraphicLightSetLine : RTS_IEC_RESULT
- <description>
- Function to set the line style of the following objects. </description> 
<param name=”hDisplayContext” type=”IN”>Handle to device context.</param> <param name=”iLineWidth” TYPE=”IN”>Width OF the line as in Win32</param> <param name=”udiLineFlags” type=”IN”>Line flags. Defined in IEC-Code for Visualization</param> <param name=”udiLineColor” type=”IN”>Line color. Defined in IEC-Code for Visualization</param> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>
- InOut:
- Scope - Name - Type - Return - SysGraphicLightSetLine- RTS_IEC_RESULT- Input - hDisplayContext- RTS_IEC_HANDLE- iLineWidth- INT- udiLineFlags- UDINT- udiLineColor- UDINT
