Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / ConnectionSize Property

In This Topic
    ConnectionSize Property
    In This Topic
    Dimension of the screw (e.g., M6) or of the lug (e.g., 4.8 x 0.5) for screw connections, threads, nipples, and plug-in connections.
    Syntax
    public string ConnectionSize {get; set;}
    public:
    property String^ ConnectionSize {
       String^ get();
       void set (    String^ value);
    }
    See Also