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

20341e9c b1a8 29ff 8649 28da7a61207b

haplokuon edited this page May 6, 2023 · 1 revision

StringValueAttribute Constructor

netDxf 3.0.0 Library

Creates a new StringValueAttribute instance.

Definition

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

C#

public StringValueAttribute(
	string value
)

VB

Public Sub New ( 
	value As String
)

C++

public:
StringValueAttribute(
	String^ value
)

F#

new : 
        value : string -> StringValueAttribute

Parameters

  String
Value.

See Also

Reference

StringValueAttribute Class
netDxf Namespace

Clone this wiki locally