API Help
Eplan.EplApi.DataModel Namespace / UserDefinedPropertyDefinition Class / DisplayedName Property

In This Topic
    DisplayedName Property (UserDefinedPropertyDefinition)
    In This Topic
    Name displayed in GUI for this property definition.
    Syntax
    public MultiLangString DisplayedName {get; set;}
    public:
    property MultiLangString^ DisplayedName {
       MultiLangString^ get();
       void set (    MultiLangString^ value);
    }
    See Also