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

In This Topic
    FRAME_MOTORSWITCH_OFFSET(Int32) Property
    In This Topic
    Contact image margin (on component) # 12059. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_MOTORSWITCH_OFFSET( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_MOTORSWITCH_OFFSET {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    For automatically aligned contact images, this value specifies the clearance of the contact image to the insertion point of the component, in the X or Y direction, depending on the plot frame.

    See Also