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

In This Topic
    Gradients Property
    In This Topic
    Array of gradients an nodes of spline.
    Syntax
    public PointD3D[] Gradients {get; set;}
    public:
    property array<PointD3D>^ Gradients {
       array<PointD3D>^ get();
       void set (    array<PointD3D>^ value);
    }
    See Also