AGI STK Objects 11Send 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
);
[Java]
public IAgVmVOSpatialCalculationLevel add(
   double Value,
   long Color,
   double Translucency
);
[Unmanaged C++]
public: HRESULT Add(
   double Value,
   uint * Color,
   double Translucency,
   IAgVmVOSpatialCalculationLevel ** ReturnValue
);

Parameters

Value
Color
Translucency

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.