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

e28031e3 854d b981 9538 b9130230c6cf

haplokuon edited this page May 6, 2023 · 1 revision

GetStringValues Method

netDxf 3.0.0 Library

Gets the string values associated with the enum.

Definition

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

C#

public List<string> GetStringValues()

VB

Public Function GetStringValues As List(Of String)

C++

public:
List<String^>^ GetStringValues()

F#

member GetStringValues : unit -> List<string> 

Return Value

List(String)
String value array

See Also

Reference

StringEnum(T) Class
netDxf Namespace

Clone this wiki locally