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

6a5660ff 5c06 06a1 6d32 71f405ebeb25

haplokuon edited this page May 6, 2023 · 1 revision

File Property

netDxf 3.0.0 Library

Gets or sets the shape SHX file name.

Definition

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

C#

public string File { get; set; }

VB

Public Property File As String
	Get
	Set

C++

public:
property String^ File {
	String^ get ();
	void set (String^ value);
}

F#

member File : string with get, set

Property Value

String

See Also

Reference

ShapeStyle Class
netDxf.Tables Namespace

Clone this wiki locally