API Help
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / Parameter1 Property

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

    Usage of this parameter is different for each function definition id.

    • id: 1 (Round) - diameter
    • id: 2 (Tap hole) - diameter
    • id: 3 (All Rectangles) - height
    • id: 4 (Slot) - height
    • id: 5 (Hexagon) - edge length
    • id: 6 (Octagon) - edge length

    In other cases this parameter is not used.

    See Also