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

In This Topic
    ValidateValue Method
    In This Topic
    Validates passed value with property definition Returns the display string used for a given property value.
    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