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

In This Topic
    Parent Property (PlanningSegment)
    In This Topic
    Gets or Sets parent object.
    Syntax
    public PlanningSegment Parent {get; set;}
    public:
    property PlanningSegment^ Parent {
       PlanningSegment^ get();
       void set (    PlanningSegment^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when parent with its segemnt definition cannot be set for this object.
    See Also