Eplan Platform API
Eplan.EplApi.DataModel Namespace / OptionGroupPropertyList Class / OPTIONGROUP_DESCR Property / OPTIONGROUP_DESCR Property

In This Topic
    OPTIONGROUP_DESCR Property
    In This Topic
    Project option group: Description # 23104.
    Syntax
    public PropertyValue OPTIONGROUP_DESCR {get; set;}
    public:
    property PropertyValue^ OPTIONGROUP_DESCR {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    The description can be multi-language and is shown in the status bar when the project options group is selected in the project options navigator tree.

    See Also