AGI STK Objects 11 Send comments on this topic.
AddLevel Method (IAgVeGfxElevationsCollection)
See Also 
Elevation
The elevation level to add.





Description

Adds a new element to the collection.

Syntax

[Visual Basic .NET]
Public Function AddLevel( _
   ByVal Elevation As Double _
) As IAgVeGfxElevationsElement

[C#]
public IAgVeGfxElevationsElement AddLevel(
double Elevation
);

[Managed C++]
public: IAgVeGfxElevationsElement^ AddLevel(
double Elevation
);

[Java]
public IAgVeGfxElevationsElement addLevel(
double Elevation
);

[Unmanaged C++]
public: HRESULT AddLevel(
double Elevation,
IAgVeGfxElevationsElement ** ReturnValue
);

Parameters

Elevation
The elevation level to add.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1