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

In This Topic
    Name Property (PlanningSegment)
    In This Topic
    Returns the name of planning segment.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown while setting if new value is null.
    Thrown while setting new value on PCTLoop.
    See Also