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

5993feb9 5d65 8ae6 3533 8baeab6c7864

haplokuon edited this page May 6, 2023 · 1 revision

Suffix Property

netDxf 3.0.0 Library

Specifies the text suffix for the dimension. (DIMAPOST)

Definition

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
	Set

C++

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

F#

member Suffix : string with get, set

Property Value

String

See Also

Reference

DimensionStyleAlternateUnits Class
netDxf.Tables Namespace

Clone this wiki locally