Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Reference Class
This Interface provides access to the various lookup tables within Enterprise Architect. Use the Repository GetReferenceList() method to get a handle to a list.
Valid lists are:
- Diagram
- Element
- Constraint
- Requirement
- Connector
- Status
- Cardinality
- Effort
- Metric
- Scenario
- Status
- Test
- List:DifficultyType
- List:PriorityType
- List:TestStatusType
- List:ConstStatusType
Reference Attributes
Attribute |
Remarks |
See also |
---|---|---|
Count |
Short
Notes: A count of items in the list. |
|
ObjectType |
Notes: Read only Distinguishes objects referenced through a Dispatch interface. |
|
Type |
String Notes: The list type (for example, DiagramTypes). |
Reference Methods
Method |
Remarks |
See also |
---|---|---|
GetAt(short Index) |
String Notes: Get the item at the specified index. Parameters:
|
|
GetLastError() |
String Notes: Returns a string value describing the most recent error that occurred in relation to this object. |
|
Refresh() |
Short
Notes: Refresh the current list and return the count of items. |