Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectSections Class / ActiveScheme Property

In This Topic
    ActiveScheme Property
    In This Topic
    Gets/Sets active working section scheme for current user.
    Syntax
    public string ActiveScheme {get; set;}
    public:
    property String^ ActiveScheme {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
    While setting value when State is equal to Disabled or EnabledTemporary.
    See Also