AlignmentStationLabel.Create
Method
Description:
Creates an object along with its underlying element. Returns null if element creation fails.
Creates an object along with its underlying element. Returns null if element creation fails.
Syntax
public static AlignmentStationLabel Create(
Alignment alignment,
View view,
AlignmentStationLabelOptions 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 | AlignmentStationLabelOptions | The alignment station options of the label to be created. |
Return Value