This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 435
fc044cc4 ae46 de5f 4fd4 09b1fa4384f2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or set the feet symbol.
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
String