API Help
Eplan.EplApi.DataModel Namespace / FunctionBasePropertyList Class / FUNC_DISABLENAMEEVALUATION Property / FUNC_DISABLENAMEEVALUATION(Int32) Property

In This Topic
    FUNC_DISABLENAMEEVALUATION(Int32) Property
    In This Topic
    Use displayed DT as full DT # 20051. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_DISABLENAMEEVALUATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_DISABLENAMEEVALUATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is enabled, the DT calculation, i.e. the calculation of the full DT from the visible DT, is entirely disabled. Instead, the visible DT is used directly as the full DT. This helps prevent an undesired transfer of hierarchy properties or nested elements on a full DT.

    See Also