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
abaaf723 b2e4 eee7 0f57 dcde6fc7a988
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the geometric characteristics symbol.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ToleranceGeometricSymbol GeometricSymbol { get; set; }VB
Public Property GeometricSymbol As ToleranceGeometricSymbol
Get
SetC++
public:
property ToleranceGeometricSymbol GeometricSymbol {
ToleranceGeometricSymbol get ();
void set (ToleranceGeometricSymbol value);
}F#
member GeometricSymbol : ToleranceGeometricSymbol with get, set