PolarPlotsJsonSlices Property |
Gets the list of slices.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<PolarPlotsSliceJson> Slices { get; }
Public ReadOnly Property Slices As List(Of PolarPlotsSliceJson)
Get
public:
property List<PolarPlotsSliceJson^>^ Slices {
List<PolarPlotsSliceJson^>^ get ();
}
member Slices : List<PolarPlotsSliceJson> with get
Property Value
Type:
ListPolarPlotsSliceJsonSee Also