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

In This Topic
    DisplayedName Property (SegmentDefinition)
    In This Topic
    Name under which the segment definition will be displayed in the project.
    Syntax
    public MultiLangString DisplayedName {get; set;}
    public:
    property MultiLangString^ DisplayedName {
       MultiLangString^ get();
       void set (    MultiLangString^ value);
    }
    See Also