API Help
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 AdditionalType :

    • id: 3 (Rectangles) AdditionalType: Eplan::EplApi::DataModel::E3D::Placement3d::Enums::DrillingRectRounded - diameter
    • id: 3 (Rectangles) AdditionalType: Eplan::EplApi::DataModel::E3D::Placement3d::Enums::DrillingRectChamfer - chamfer length

    In other cases this parameter is not used.

    See Also