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

In This Topic
    FRAME_CONTACTIMAGE_OFFSET(Int32) Property
    In This Topic
    Contact image margin (in path) # 12060. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_CONTACTIMAGE_OFFSET( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_CONTACTIMAGE_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 distance of the contact image to the bottom of the page or the relevant "Ladder" borders (depending on the plot frame used).

    See Also