PlotLayer.AddPlots3D Method
Adds a new batch of plots to the PlotLayer.
AddPlots3D(double\[\] plots, System.Int32 start, System.Int32 count, Crs crs, PlotSymbol symbol, System.Double opacity)
Adds a new batch of plots to the PlotLayer.Syntax
public System.UInt64 AddPlots3D (
double[] plots,
System.Int32 start,
System.Int32 count,
Crs crs,
PlotSymbol symbol,
System.Double opacity
)
Parameters
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.
Starting offset of the first coordinate triplet in plots.
Number of coordinate triplets 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 of the created batch.
Remarks
This method works just like AddPlots, 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