API Help
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_EVALUATION_DIRECTION Property / FRAME_EVALUATION_DIRECTION(Int32) Property

In This Topic
FRAME_EVALUATION_DIRECTION(Int32) Property
In This Topic
Reporting direction # 12103. This property isn't indexed.
Syntax
public PropertyValue FRAME_EVALUATION_DIRECTION( 
   int index
) {get; set;}

Parameters

index

Property Value

Returns property value of type System.Int64.
Remarks

Indicates the reporting direction for a plot frame:

0 = Vertical,

1 = Horizontal.

For projects according to IEC standards, the reporting direction is typically "vertical"; for projects according to the NFPA standards, it is usually horizontal. For projects according to the GOST standard, the reporting direction is typically "vertical"; a column numbered from right to left and a row numbered from the bottom to top can also be set via the properties "Inverse column numbering" (ID 12035) and "Inverse row numbering" (ID 12036).

See Also