Swimlanes
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. |
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. 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.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:
|