This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
b25b1324 75cd 2031 9950 36a10e969751
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of shapes names defined in the actual shape style (the shape SHX file must be accessible).
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>
List(String)
List of shape names contained in the actual shape style.
If the actual shape style belongs to a document, it will look for the SHX file also in the document support folders.