DimensionStyleDimSuffix Property
|
Specifies the text suffix for the dimension.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string DimSuffix { get; set; }
Public Property DimSuffix As String
Get
Set
public:
property String^ DimSuffix {
String^ get ();
void set (String^ value);
}
member DimSuffix : string with get, set
PROPERTY DimSuffix AS STRING GET SET
Property Value
Type:
StringSee Also