Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

PropertiesTransCentreOffsetExpressPut

  • Last UpdatedJul 13, 2023
  • 1 minute read

Sets the express properties.

Syntax

PropertiesTransCentreOffsetExpressPut(movementRotationalExpress, scalingHorizontalExpress, scalingVerticalExpress, sliderRotationalExpress)

movementRotationalExpress

Movement Rotational Express

scalingHorizontalExpress

Scaling Horizontal Express

scalingVerticalExpress

Scaling Vertical Express

sliderRotationalExpress

Slider Rotational Express

Return Value

N/A

Note: For details on handling return and error values, see Error Handling.

Example

Public Sub Test()
Dim gb As GraphicsBuilder.GraphicsBuilder
gb = New GraphicsBuilder.GraphicsBuilder
.
.
.
gb.PropertiesTransCentreOffsetExpressPut(0, 0, 0, 0)
Dim nMovRot As Short
Dim nScaleHorz As Short
Dim nScaleVert As Short
Dim nSliderRot As Short
gb.PropertiesTransCentreOffsetExpressGet(nMovRot, nScaleHorz, nScaleVert, nSliderRot)
End Sub

PropertiesTransCentreOffsetExpressGet

In This Topic
TitleResults for “How to create a CRG?”Also Available in