Click or drag to resize

SurfaceContentModelPointAmountsSerialized Property

Defines the coordinates and amount of Content for each Point.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string PointAmountsSerialized { get; set; }

Property Value

Type: String
Remarks

The Point coordinates and amount must be separated by a colon (:). Multiple Points must be separated by a semicolon (;).

Examples
XML
<SurfaceContent Type="Bacteria02" Amount="250" PointAmounts="0.1044067,0.07162654:250" />
<SurfaceContent Type="Bacteria03" Amount="1000" PointsAmounts="0.1079575,-0.08812866:250,-0.1819568:250;0.03826324,0.262538:250;0.232604,0.1718058:250" />
See Also