Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Author Class
An Author object represents a named model author. It can be accessed using the Repository Authors collection.
Associated table in .EAP file: t_authors
Author Attributes
Attribute |
Type |
Notes |
---|---|---|
Name |
String |
Read/Write. Author name. |
Notes |
String |
Read/Write. Notes about the author. |
ObjectType |
Read only. Distinguishes objects referenced through a Dispatch interface. |
|
Roles |
String |
Read/Write. Roles the author might play in this project. |
Author Methods
Method |
Type |
Notes |
---|---|---|
GetLastError () |
String |
Returns a string value describing the most recent error that occurred in relation to this object. This function is rarely used as an exception is thrown when an error occurs. |
Update () |
Boolean |
Updates the current Author object after modification or appending a new item. If false is returned, check the GetLastError function for more information. |