Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyDefinition Class / ValidateValue Method

In This Topic
    ValidateValue Method
    In This Topic
    Returns the display string used for a given property value. Validates whether the value meets the requirements of the property definition.
    Syntax
    public bool ValidateValue( 
       PropertyValue pValue
    )
    public:
    bool ValidateValue( 
       PropertyValue^ pValue
    ) 

    Parameters

    pValue

    Return Value

    • true = Value fits to the definition

    • false = Value does not fit to the definition

    See Also