API Reference
Class
VisioSwimlaneLane
A discovered swimlane lane with its body and optional header shape.
Inheritance
- Object
- VisioSwimlaneLane
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Extension method VisioPage.FindSwimlaneLane
- Extension method VisioPage.GetSwimlaneLanes
- Method VisioSwimlaneMaintenanceExtensions.FindSwimlaneLane
- Method VisioSwimlaneMaintenanceExtensions.GetSwimlaneLanes
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #Lane identifier used by swimlane activity placement metadata.
public VisioShape Body { get; } #Lane body shape covering the process grid area.
public VisioShape Header { get; } #Optional lane header shape.
public Int32 Order { get; } #Deterministic top-to-bottom lane order.
public String Name { get; } #Display name from the header or body text.
public VisioShapeBounds Bounds { get; } #Current lane body bounds.