You are here: Start » FIL.NET » DataCode Constructor
DataCode Constructor
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.TS.dll |
Syntax
public DataCode ( FilNet.Path outline, FilNet.Polarity polarity, string text, int rowCount, int columnCount, float minModuleSize, float maxModuleSize, FilNet.Point2D center, IList<FilNet.Point2D> grid, IList<FilNet.Point2D> corners )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | outline | FilNet.Path | |||
| polarity | FilNet.Polarity | ||||
| text | string | ||||
| rowCount | int | ||||
| columnCount | int | ||||
| minModuleSize | float | ||||
| maxModuleSize | float | ||||
| center | FilNet.Point2D | ||||
| grid | System.Collections.Generic.IList<FilNet.Point2D> | ||||
| corners | System.Collections.Generic.IList<FilNet.Point2D> |

