[VB] | Public Function addBand(upperLine As Double(), lowerLine As Double(), lineColor As Integer, fillColor As Integer, name As String) As InterLineLayer |
[C#] | public InterLineLayer addBand(double[] upperLine, double[] lowerLine, int lineColor, int fillColor, string name); |