Class GroupDouble
Double precision 3D point value
Inheritance
System.Object
GroupDouble
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
Value
Declaration
public override double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
Overrides
FastReport.Export.Dxf.Groups.Group<System.Double>.Value