Enum pfcUDFDependencyType
Description
Represents the dependency type of the UDF. The choices correspond
to the choices available when you create the UDF interactively.
This enumerated type can take only one of the attribute values.
Values
-
UDFDEP_INDEPENDENT
- If the UDF definition changes, the UDF placed in the model does not change.
-
UDFDEP_DRIVEN
- If the UDF definition changes, the UDF placed in the model also changes.
-
UDFDependencyType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.