 | ExternalInterfaceTypeUpdateInstance Method |
Updates the ExternalInterface using added attributes and added external interfaces of the referenced InterfaceClass.
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 ExternalInterface has a related InterfaceClass;
false otherwise.
Implements
IInstanceUpdateInstance
See Also