OpenDOF Project
boolean DOFTypeTypedef_DefineAs ( DOFType  self,
const DOFType  type 
)

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
selfThe reference DOFType. This must not be NULL.
typeThe 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
FALSEis returned if an invalid parameter is detected.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31