Define a previously created reference type as its real type.
This can only be done once, and only on a reference type that was created without an actual type (as a forward reference).
- Parameters
-
self | The reference DOFType. This must not be NULL. |
type | The real DOFType to which the reference applies. This should not be NULL, should be a defined type, and should not be nullable. |
- Returns
- TRUE if the type was resolved.
- Exceptions
-
FALSE | is returned if an invalid parameter is detected. |