Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / Functions Property

In This Topic
    Functions Property (PlanningSegment)
    In This Topic
    Returns array of functions and 3d functions assigned to this object.
    Syntax
    public IFunctionBase[] Functions {get;}
    public:
    property array<IFunctionBase^>^ Functions {
       array<IFunctionBase^>^ get();
    }
    See Also