Eplan Platform API
Eplan.EplApi.DataModel Namespace / OptionBase Class / Name Property

In This Topic
    Name Property (OptionBase)
    In This Topic
    Name of the option object i.e. OptionGroup or Option.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    Name of the option object.
    See Also