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

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