Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

8f11889f a9f3 c096 434c 48168ae6bc3e

haplokuon edited this page May 6, 2023 · 1 revision

NewValue Property

netDxf 3.0.0 Library

Gets or sets the new property value.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public T NewValue { get; set; }

VB

Public Property NewValue As T
	Get
	Set

C++

public:
property T NewValue {
	T get ();
	void set (T value);
}

F#

member NewValue : 'T with get, set

Property Value

T

See Also

Reference

TableObjectChangedEventArgs(T) Class
netDxf.Tables Namespace

Clone this wiki locally