Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / RoutingSpline Class / Weights Property

In This Topic
    Weights Property
    In This Topic
    Array of weights on nodes of spline.
    Syntax
    public double[] Weights {get; set;}
    public:
    property array<double>^ Weights {
       array<double>^ get();
       void set (    array<double>^ value);
    }
    See Also