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

b25b1324 75cd 2031 9950 36a10e969751

haplokuon edited this page May 6, 2023 · 1 revision

NamesFromShapeStyle Method

netDxf 3.0.0 Library

Gets the list of shapes names defined in the actual shape style (the shape SHX file must be accessible).

Definition

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

C#

public List<string> NamesFromShapeStyle()

VB

Public Function NamesFromShapeStyle As List(Of String)

C++

public:
List<String^>^ NamesFromShapeStyle()

F#

member NamesFromShapeStyle : unit -> List<string> 

Return Value

List(String)
List of shape names contained in the actual shape style.

Remarks

If the actual shape style belongs to a document, it will look for the SHX file also in the document support folders.

See Also

Reference

ShapeStyle Class
netDxf.Tables Namespace

Clone this wiki locally