PlotLayer.UpdatePlots3D Method
Updates the plots and/or visualization of an existing plot batch.
UpdatePlots3D(System.UInt64 id, double\[\] plots, System.Int32 start, System.Int32 count, Crs crs, PlotSymbol symbol, System.Double opacity)
Updates the plots and/or visualization of an existing plot batch.Syntax
public System.UInt64 UpdatePlots3D (
System.UInt64 id,
double[] plots,
System.Int32 start,
System.Int32 count,
Crs crs,
PlotSymbol symbol,
System.Double opacity
)
Parameters
The batch identifier, as returned from AddPlots.
An array of coordinate values. Each three consecutive values define the X and Y coordinates of a plot, expressed in the coordinate reference system specified by crs, and the altitude above sea level in meters. If this parameter is null, the existing plots in the batch will not be changed.
Starting offset of the first coordinate pair in plots.
Number of coordinate pairs to read from plots.
The coordinate reference system of the plots.
The symbol to draw.
An extra opacity value applied when rendering the plots; 0.0 means transparent, 1.0 fully opaque.
Return Value
The batch identifier, i.e. the same as the id parameter.
Remarks
This method works just like UpdatePlots, except the coordinates in plots is interpreted in triplets [X, Y, Z] instead of pairs. The X and Y coordinates specify the geographic position in the crs coordinate reference system; Z specifies altitude above sea level in meters.
Platforms
Windows, Linux, Android