Eplan Platform API
Eplan.EplApi.EServices Namespace / ElectroMessage Class / FilterScheme Property

FilterScheme Property
Gets/sets filter scheme on a template of project message.
Syntax
public string FilterScheme {get; set;}
Exceptions
ExceptionDescription
Thrown by setter when ElectroMessage wasn't created in the context of a project, project is invalid or template of project message is visible with "No filter" filter in GUI.
Thrown by setter when parameter sFilterSchemeName is empty or null.
Remarks
Using this property requires ElectroMessage to be created in the context of a Project. In order to do this PrjMessagesRegisteredCollection have to be created with oProject parameter. Property returns empty string when ElectroMessage was not created in the context of a Project or template of project message is visible with "No filter" filter in GUI.
See Also