FieldEvaluatorInitialize Method

Initializes a new field.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public abstract void Initialize(
        Field pField
)

Parameters

pField  Field
[in] Field to initialize.
Remarks
This method is called by the field framework after setting a field code in the field and before compile() is called. The evaluator can change the default options that are set in the field when it is created. This method is called only once per field.
See Also

©  Bricsys NV. All rights reserved.