|
CroSecPropertiesRotate90 Method
|
Swaps x and y-values of the points of the given poly-line.
Namespace:
KarambaCommon.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static List<PolyLine3> Rotate90(
List<PolyLine3> plines
)
Public Shared Function Rotate90 (
plines As List(Of PolyLine3)
) As List(Of PolyLine3)
public:
static List<PolyLine3^>^ Rotate90(
List<PolyLine3^>^ plines
)
static member Rotate90 :
plines : List<PolyLine3> -> List<PolyLine3>
Parameters
- plines
- Type: System.Collections.GenericListPolyLine3
Poly-line to switch values.
Return Value
Type:
ListPolyLine3swapped polyline.
See Also