Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdFdFieldEvaluator::initialize Method
Syntax
C++
virtual OdResult initialize(OdDbField* pField) const = 0;

This function is called by the field framework. It calls this method to initialize a new field.

Parameters
Description
pField
[in] Input field to initialize.

This method is called 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 will be called only once for a field.

Copyright © 2002-2022. Open Design Alliance All rights reserved.