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
5993feb9 5d65 8ae6 3533 8baeab6c7864
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Specifies the text suffix for the dimension. (DIMAPOST)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string Suffix { get; set; }VB
Public Property Suffix As String
Get
SetC++
public:
property String^ Suffix {
String^ get ();
void set (String^ value);
}F#
member Suffix : string with get, setString