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
public PropertyValue FUNC_DISABLENAMEEVALUATION( int index ) {get; set;}
public: property PropertyValue^ FUNC_DISABLENAMEEVALUATION { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
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.