API Help
Eplan.EplApi.MasterData Namespace / MDPartMountingPanelPosition Class / Angle Property

In This Topic
    Angle Property (MDPartMountingPanelPosition)
    In This Topic
    The angle of the referenced mounting panel.
    Syntax
    public double Angle {get; set;}
    public:
    property double Angle {
       double get();
       void set (    double value);
    }
    Remarks
    Angle in degrees.
    See Also