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 438
c7007920 f247 eb4e 4b72 131dd4fe7e36
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or set the angle minutes symbol.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string MinutesSymbol { get; set; }VB
Public Property MinutesSymbol As String
Get
SetC++
public:
property String^ MinutesSymbol {
String^ get ();
void set (String^ value);
}F#
member MinutesSymbol : string with get, setString