FileCsvDocumentSet Method (Int32, Int32, Double, LengthUnit, DistanceDisplayMode, Int32) |
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic void Set(
int column,
int row,
double value,
LengthUnit units,
DistanceDisplayMode mode,
int precision
)
Public Sub Set (
column As Integer,
row As Integer,
value As Double,
units As LengthUnit,
mode As DistanceDisplayMode,
precision As Integer
)
Parameters
- column
- Type: SystemInt32
The zero-based column index (x). - row
- Type: SystemInt32
The zero-based row index (y). - value
- Type: SystemDouble
The value to store. - units
- Type: RhinoLengthUnit
The length unit used to format the value. - mode
- Type: Rhino.UIDistanceDisplayMode
The distance display mode used to format the value. - precision
- Type: SystemInt32
The number of digits of precision.
See Also