DataPointCustomProperties.SetDefault(Boolean) Método

Definição

Define as propriedades padrão do ponto de dados.Sets the default properties of the data point. Indica se os valores da propriedade anterior devem ser limpos.Indicates whether the previous property values must be cleared.

public:
 virtual void SetDefault(bool clearAll);
public virtual void SetDefault (bool clearAll);
abstract member SetDefault : bool -> unit
override this.SetDefault : bool -> unit
Public Overridable Sub SetDefault (clearAll As Boolean)

Parâmetros

clearAll
Boolean

Um sinalizador que indica se os valores da propriedade anterior devem ser limpos.A flag that indicates whether to clear previous property values.

Comentários

Se o clearAll parâmetro for definido como true , todos os valores de propriedade anteriores serão limpos; caso contrário, eles não serão.If the clearAll parameter is set to true, all previous property values are cleared, otherwise they are not.

Aplica-se a