LightningChart .NET Help
Get list of walls.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<WallBase> GetWalls()
Public Function GetWalls As List(Of WallBase)
public:
List<WallBase^>^ GetWalls()
Return Value
Type:
ListWallBaseList of walls.
See Also