Adds a new level to the collection. When adding a level with duplicate 'Value', it will update 'Color' and 'Translucency' values of the existing level.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVmVOSpatialCalculationLevel Add( double Value, System.Drawing.Color Color, double Translucency ); |
| [Managed C++] |
|---|
public: IAgVmVOSpatialCalculationLevel^ Add( double Value, uint Color, double Translucency ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVmVOSpatialCalculationLevel add( double Value, long Color, double Translucency ); |
[Python - STK API ] |
|---|
def Add(self, Value:float, Color:agi.stk13.utilities.colors.Color, Translucency:float) -> "IAgVmVOSpatialCalculationLevel": |
- Value
- Color
- Translucency






