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

In This Topic
    GetOptionGroupByName Method
    In This Topic
    Method for finding OptionGroup assigned to the Project with a given name.
    Syntax
    public OptionGroup GetOptionGroupByName( 
       string strName
    )
    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