Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / SegmentDefinitions Property

In This Topic
    SegmentDefinitions Property
    In This Topic
    Returns array of all Eplan.EplApi.DataModel.Planning.SegmentDefinition from this Project.
    Syntax
    public SegmentDefinition[] SegmentDefinitions {get;}
    public:
    property array<SegmentDefinition^>^ SegmentDefinitions {
       array<SegmentDefinition^>^ get();
    }
    See Also