API Help
Eplan.EplApi.DataModel Namespace / OptionGroup Class / GetOptionByName Method
name of the option to find

GetOptionByName Method (OptionGroup)
Returns Option assigned to the OptionGroup with given name.
Syntax
public Option GetOptionByName( 
   string strName
)

Parameters

strName
name of the option to find

Return Value

Option assigned to the OptionGroup that has passed strName.
Exceptions
ExceptionDescription
Thrown when strName is null.
Thrown when strName is empty.
See Also