API Help
Eplan.EplApi.MasterData Namespace / MDPartPartConstructionPosition Class / OffsetY Property

In This Topic
    OffsetY Property (MDPartPartConstructionPosition)
    In This Topic
    The y offset of the referenced construction.
    Syntax
    public double OffsetY {get; set;}
    public:
    property double OffsetY {
       double get();
       void set (    double value);
    }
    See Also