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

In This Topic
    SegmentDefinition Property (PlanningSegment)
    In This Topic
    Returns the SegmentDefinition of the PlanningObject.
    Syntax
    public virtual SegmentDefinition SegmentDefinition {get; set;}
    public:
    virtual property SegmentDefinition^ SegmentDefinition {
       SegmentDefinition^ get();
       void set (    SegmentDefinition^ value);
    }

    Property Value

    PlanningSegment's SegmentDefinition.
    Exceptions
    ExceptionDescription
    Thrown while setting if new value is null.
    Thrown when new definition has different type then current definition.
    See Also