This class is the base class for all target objects.
Associates the data with a string variable.
Argument | Type | Default | Description |
value | String | Variable to be associated with. |
Associates the data with a floating-point variable.
Argument | Type | Default | Description |
value | Float | Variable to be associated with. |
Associates the data with an integer variable.
Argument | Type | Default | Description |
value | Int | Variable to be associated with. |
Returns the target type; this method is deprecated in Abaqus 6.6, and its use should be replaced by getTypeName().
Returns the name of the target type.
Implemented in AFXFloatTarget, AFXIntTarget, and AFXStringTarget.
Sets the message ID of this target object.
Argument | Type | Default | Description |
msgId | Int | Message ID. |