v SetColorBarValue Method

RFDocument.SetColorBarValue (Available After RapidForm2002 PlusPack1 ServicePack1)



Your Ad Here

Description

Sets the values for color bar.

Syntax

Sub RFDocument.SetColorBarValue(dAccept As Double, dMax As Double, dMin As Double, iMapType As RFDeviationType, bVertical As Boolean, iColorBarType As RFColorBarType, iDataUnit As RFColorBarDataUnit, bPopupEnable As Boolean, iNumInTolerance As Long, iNumOutTolerancePlus As Long, iNumOutToleranceMinus As Long)

The SetColorBarValue syntax has these parts:

Part Description
dAccept [INDouble Required. The acceptance value of color bar.
dMax [INDouble Required. The maximum value of color bar.
dMin [INDouble Required. The minimum value of color bar.
iMapType [INRFDeviationType Required. The deviation map type.
bVertical [INBoolean Required. The flag which determines whether it is vertical or not.
iColorBarType [INRFColorBarType Required. The color bar type.
iDataUnit [INRFColorBarDataUnit Required. The data unit which is displayed in color bar.
bPopupEnable [INBoolean Required. The flag which determines whether enables popup menu in color bar or not.
iNumInTolerance [INLong Required. The number of entities which are in tolerance.
iNumOutTolerancePlus [INLong Required. The number of entities which are plus and out of tolerance.
iNumOutToleranceMinus [INLong Required. The number of entities which are minus and out of tolerance.
 


Return to Rapidform Index


Your Ad Here