Eplan Platform API
Eplan.EplApi.DataModel Namespace / OptionPropertyList Class / OPTIONGROUP_NAME Property / OPTIONGROUP_NAME Property

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

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Name of the project options group.

    See Also