Method Init
Init(IEnumerable<T>)
Initialize the list of LabelEntries on this LabelingConfiguration. Should only be called immediately after instantiation.
Declaration
public void Init(IEnumerable<T> newLabelEntries)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | newLabelEntries | The LabelEntry values to associate with this LabelingConfiguration |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Thrown once the LabelConfig has been used at runtime. The specific timing of this depends on the LabelConfig implementation. |