Search Results for

    Show / Hide Table of Contents

    Class GroupString

    Inheritance
    System.Object
    GroupBase
    Group<System.String>
    GroupString
    Inherited Members
    Group<String>.AppendTo(StringBuilder)
    Group<String>.IsEndSectionGroup()
    Namespace: FastReport.Export.Dxf.Groups
    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
    GroupBase.Code

    Value

    Declaration
    public override string Value { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    FastReport.Export.Dxf.Groups.Group<System.String>.Value
    Back to top © 1998-2025 Copyright Fast Reports Inc.