Search Results for

    Show / Hide Table of Contents

    Class GroupDouble

    Double precision 3D point value

    Inheritance
    System.Object
    GroupBase
    Group<System.Double>
    GroupDouble
    Inherited Members
    Group<Double>.AppendTo(StringBuilder)
    Group<Double>.IsEndSectionGroup()
    Namespace: FastReport.Export.Dxf.Groups
    Assembly: FastReport.dll
    Syntax
    public class GroupDouble : Group<double>

    Constructors

    GroupDouble(Int32, Double)

    Declaration
    public GroupDouble(int code, double value)
    Parameters
    Type Name Description
    System.Int32 code
    System.Double value

    Properties

    Code

    Declaration
    public override int Code { get; set; }
    Property Value
    Type Description
    System.Int32
    Overrides
    GroupBase.Code

    Value

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