API Help
Eplan.EplApi.DataModel.Planning Namespace / SegmentTemplate Class / SegmentDefinition Property

In This Topic
    SegmentDefinition Property (SegmentTemplate)
    In This Topic
    Definition object of this templates.
    Syntax
    public virtual SegmentDefinition SegmentDefinition {get; set;}
    public:
    virtual property SegmentDefinition^ SegmentDefinition {
       SegmentDefinition^ get();
       void set (    SegmentDefinition^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when new definition has different type then current definition.
    Thrown while setting if new value is null.
    Thrown when template is already assigned to planning object.
    See Also