Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Swimlanes Class
A Swimlanes object is attached to a diagram's SwimlaneDef object and provides a mechanism to access individual swimlanes.
Swimlanes Attributes
Attribute |
Type |
Notes |
---|---|---|
Count |
Long |
Read/Write Gives the number of swimlanes.
|
ObjectType |
Read only Distinguishes objects referenced through a Dispatch interface.
|
Swimlanes Methods
Method |
Type |
Notes |
||||||
---|---|---|---|---|---|---|---|---|
Add (string Title, long Width) |
Adds a new swimlane to the end of the list, and returns a swimlane object representing the newly added entry. Parameters:
|
|||||||
Delete (object Index) |
Void |
Deletes a selected swimlane. If the string matches more than one entry, only the first entry is deleted. Parameter:
|
||||||
DeleteAll () |
Void |
Removes all swimlanes.
|
||||||
Insert (long Index, string Title, long Width) |
Inserts a swimlane at a specific position, and returns a swimlane object representing the newly added entry. Parameters:
|
|||||||
Items (object Index) |
Swimlane collection |
Accesses an individual swimlane. If the string matches more than one swimlane title, the first matching swimlane is returned. Parameter:
|
Learn more