AlignmentStationLabel.CreateSet
Method
Description:
Creates a collection of objects along with their underlying elements.
Creates a collection of objects along with their underlying elements.
Syntax
public static ICollection<AlignmentStationLabel> CreateSet(
Alignment alignment,
View view,
AlignmentStationLabelSetOptions options
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| alignment | Alignment | The alignment on which the alignment station label is placed. |
| view | View | The view for which the alignment station label is created. |
| options | AlignmentStationLabelSetOptions | The alignment station options of the label set to be created. |
Return Value