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

In This Topic
    FRAME_DXF_INSERTXCOORD(Int32) Property
    In This Topic
    DXF export: Insertion point (X) # 12051. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_DXF_INSERTXCOORD( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_DXF_INSERTXCOORD {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    This is used to set an origin offset for the whole page in a plot frame.

    See Also