 | InternalElementTypeUpdateInstance Method |
Updates the InternalElement using added attributes, added external interfaces and added InternalElements of the referenced SystemUnitClass.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool UpdateInstance()
Public Function UpdateInstance As Boolean
public:
virtual bool UpdateInstance() sealed
Return Value
Booleantrue, if the InternalElement has a related SystemUnitClass;
false otherwise.
Implements
IInstanceUpdateInstance
See Also