Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / AddOptionGroup Method / AddOptionGroup(String,MultiLangString) Method
name of the option

In This Topic
    AddOptionGroup(String,MultiLangString) Method
    In This Topic
    Adds OptionGroup to the Project. The description is set to default multilang value.
    Syntax

    Parameters

    strName
    name of the option
    mlDescription

    Return Value

    Returns added Option.
    Exceptions
    ExceptionDescription
    Thrown when strName is null.
    Thrown when strName is empty.
    Thrown when OptionGroup with strName already exists in Project.
    See Also