←Select platform

ResetOutput Property

Summary

Indicates whether to cleanup output of the element before writing new values.

Syntax
C#
C++/CLI
Python
public bool ResetOutput { get; set; } 
public:  
   property bool ResetOutput 
   { 
      bool get() 
      void set(bool value) 
   } 
ResetOutput # get and set (UnstructuredConditionalElement) 

Property Value

true to cleanup output of the element before writing new values. false so that the output values accumulate. The default value is false.

In case of setting this to "true", LeadDocument will be the input of the next unstructured element in the graph.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.