Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / GetOptionGroupByName Method
name of the OptionGroup

GetOptionGroupByName Method
Method for finding OptionGroup assigned to the Project with a given name.
Syntax
public OptionGroup GetOptionGroupByName( 
   string strName
)

Parameters

strName
name of the OptionGroup

Return Value

OptionGroup assigned to the Project with a given name.
Exceptions
ExceptionDescription
Thrown when strName is null.
Thrown when strName is empty.
See Also