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

5e838dfb d76a 3481 9ea8 5bd11a4ef492

haplokuon edited this page May 6, 2023 · 1 revision

NamesFromFile Method

netDxf 3.0.0 Library

Gets the list of shapes names defined in a SHX file.

Definition

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

C#

public static List<string> NamesFromFile(
	string file
)

VB

Public Shared Function NamesFromFile ( 
	file As String
) As List(Of String)

C++

public:
static List<String^>^ NamesFromFile(
	String^ file
)

F#

static member NamesFromFile : 
        file : string -> List<string> 

Parameters

  String
Shape SHX file.

Return Value

List(String)
List of shape names contained in the specified SHX file.

See Also

Reference

ShapeStyle Class
netDxf.Tables Namespace

Clone this wiki locally