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

In This Topic
    FRAME_AUTOX_OFFSET(Int32) Property
    In This Topic
    Property arrangement: Automatic X coordinate (path) # 12063. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_AUTOX_OFFSET( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_AUTOX_OFFSET {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Specifies the value for the X-coordinate for property arrangements at which the display property X-coordinate automatic (schematic path) is activated. The value is relative to the point of origin of the page.

    See Also