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

4d55c783 59e2 3036 b540 2689337d5222

haplokuon edited this page May 6, 2023 · 1 revision

SecondsSymbol Property

netDxf 3.0.0 Library

Gets or set the angle seconds symbol.

Definition

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

C#

public string SecondsSymbol { get; set; }

VB

Public Property SecondsSymbol As String
	Get
	Set

C++

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

F#

member SecondsSymbol : string with get, set

Property Value

String

See Also

Reference

UnitStyleFormat Class
netDxf.Units Namespace

Clone this wiki locally