STK ObjectsSend comments on this topic.
Add Method (IAgVmVOSpatialCalculationLevelCollection)
See Also
Value
Color
Translucency
Windows





Windows & Linux

Description

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.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal Value As Double, _
    ByVal Color As System.Drawing.Color, _
    ByVal Translucency As Double _
) As IAgVmVOSpatialCalculationLevel
[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++]
public: HRESULT Add(
    double Value,
    uint Color,
    double Translucency,
    IAgVmVOSpatialCalculationLevel ** ppRetVal
);
[Java]
public IAgVmVOSpatialCalculationLevel add(
    double Value,
    long Color,
    double Translucency
);
[Python - STK API ]
def Add(self, Value:float, Color:agi.stk12.utilities.colors.Color, Translucency:float) -> "IAgVmVOSpatialCalculationLevel":

Parameters

Value
Color
Translucency

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.