Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_DISABLENAMEEVALUATION Property / FUNC_DISABLENAMEEVALUATION Property

In This Topic
    FUNC_DISABLENAMEEVALUATION Property
    In This Topic
    Use displayed DT as full DT # 20051.
    Syntax
    public PropertyValue FUNC_DISABLENAMEEVALUATION {get; set;}
    public:
    property PropertyValue^ FUNC_DISABLENAMEEVALUATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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