AngleList Class |
This class provides methods to handle lists of angles
SystemObject
Tekla.Structures.DatatypeAngleList
Tekla.Structures.DatatypeAngleList
Namespace: Tekla.Structures.Datatype
Assembly: Tekla.Structures.Datatype (in Tekla.Structures.Datatype.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
| Name | Description | |
|---|---|---|
| Parse(String) |
Parses the given text as an angle list in the current unit type
| |
| Parse(String, IFormatProvider) |
Parses the given text as an angle list in the current unit type
| |
| Parse(String, IFormatProvider, AngleUnitType) |
Parses the given text as an angle list in the current unit type
| |
| ToString(IEnumerableAngle) |
Converts the given angles to a string in the current units
| |
| ToString(IEnumerableAngle, AngleUnitType) |
Converts the given angles to a string in the given units
| |
| ToString(IEnumerableAngle, String, IFormatProvider) |
Converts the given angles to a string with the given parameters in the current unit
| |
| ToString(IEnumerableAngle, String, IFormatProvider, AngleUnitType) |
Converts the given angles to a string with the given parameters in the current unit
|