API Help
Eplan.EplApi.DataModel Namespace / OptionPropertyList Class / OPTIONGROUP_DESCR Property / OPTIONGROUP_DESCR(Int32) Property

In This Topic
    OPTIONGROUP_DESCR(Int32) Property
    In This Topic
    Project option group: Description # 23104. This property isn't indexed.
    Syntax
    public PropertyValue OPTIONGROUP_DESCR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ OPTIONGROUP_DESCR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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