Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_DXF_INSERTYCOORD Property / FRAME_DXF_INSERTYCOORD Property

In This Topic
    FRAME_DXF_INSERTYCOORD Property
    In This Topic
    DXF export: Insertion point (Y) # 12052.
    Syntax
    public PropertyValue FRAME_DXF_INSERTYCOORD {get; set;}
    public:
    property PropertyValue^ FRAME_DXF_INSERTYCOORD {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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