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

fc044cc4 ae46 de5f 4fd4 09b1fa4384f2

haplokuon edited this page May 6, 2023 · 1 revision

FeetSymbol Property

netDxf 3.0.0 Library

Gets or set the feet symbol.

Definition

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

C#

public string FeetSymbol { get; set; }

VB

Public Property FeetSymbol As String
	Get
	Set

C++

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

F#

member FeetSymbol : string with get, set

Property Value

String

See Also

Reference

UnitStyleFormat Class
netDxf.Units Namespace

Clone this wiki locally