Class GroupString
Inheritance
System.Object
GroupString
Assembly: FastReport.dll
Syntax
public class GroupString : Group<string>
Constructors
GroupString(Int32, String)
Code range: 0-9
String (with the introduction of extended symbol names in AutoCAD 2000, the 255-character
limit has been increased to 2049 single-byte characters not including the newline at the end
of the line)
Declaration
public GroupString(int code, string value)
Parameters
Type |
Name |
Description |
System.Int32 |
code |
|
System.String |
value |
|
Properties
Code
Declaration
public override int Code { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Value
Declaration
public override string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
FastReport.Export.Dxf.Groups.Group<System.String>.Value