Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / Parameter3 Property

In This Topic
    Parameter3 Property
    In This Topic
    Parameter3.
    Syntax
    public double Parameter3 {get; set;}
    public:
    property double Parameter3 {
       double get();
       void set (    double value);
    }
    Remarks

    Usage of this parameter is dependant on function definition id and ItemType :

    • id: 3 (Rectangles) ItemType: Eplan::EplApi::Base::Enums::ItemType::DrillingRectRounded - diameter
    • id: 3 (Rectangles) ItemType: Eplan::EplApi::Base::Enums::ItemType::DrillingRectChamfer - chamfer length

    In other cases this parameter is not used.

    See Also