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

656329e7 2997 2ed1 c5e2 7eaa08a6103b

haplokuon edited this page May 6, 2023 · 1 revision

Value Property

netDxf 3.0.0 Library

Gets or sets the attribute default value.

Definition

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

C#

public string Value { get; set; }

VB

Public Property Value As String
	Get
	Set

C++

public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}

F#

member Value : string with get, set

Property Value

String

See Also

Reference

AttributeDefinition Class
netDxf.Entities Namespace

Clone this wiki locally