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

AddOptionGroup(String,MultiLangString) Method
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