Eplan Platform API
Eplan.EplApi.MasterData Namespace / TemplateMDMessage Class / FilterScheme Property

In This Topic
    FilterScheme Property (TemplateMDMessage)
    In This Topic
    Gets/sets filter scheme on a template of Parts Database message.
    Syntax
    public string FilterScheme {get; set;}
    public:
    property String^ FilterScheme {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown by setter when TemplateMDMessage wasn't created in the context of a Parts database, Parts database is invalid or template of Parts database message is visible with "No filter" filter in GUI.
    Thrown by setter when parameter sFilterSchemeName is empty or null.
    Remarks
    Using this property requires TemplateMDMessage to be created in the context of a Parts database. In order to do this MDPartsMessagesRegisteredCollection have to be created with oMDPartsdb parameter. Property returns empty string when TemplateMDMessage was not created in the context of a Parts Database or template of Parts Database message is visible with "No filter" filter in GUI.
    See Also