API Help
Eplan.EplApi.DataModel.E3D Namespace / RoutingAccessory Class / Diameter Property

In This Topic
    Diameter Property (RoutingAccessory)
    In This Topic
    Gets and sets diameter of this object.
    Syntax
    public virtual double Diameter {get; set;}
    public:
    virtual property double Diameter {
       double get();
       void set (    double value);
    }
    See Also