AGI STK Objects 11Send comments on this topic.
AddLevelRange Method (IAgVeGfxElevationsCollection)
See Also 
Start
The start elevation.
Stop
The end elevation.
Step
The step amount between elevations.
Windows






Windows & Linux

Description

Adds a range of new levels to the collection.

Syntax

[Visual Basic .NET]
Public Sub AddLevelRange( _
   ByVal Start As System.Object, _
   ByVal Stop As System.Object, _
   ByVal Step As System.Object _
) 
[C#]
public void AddLevelRange(
   System.Object Start,
   System.Object Stop,
   System.Object Step
);
[Managed C++]
public: void AddLevelRange(
   VARIANT Start,
   VARIANT Stop,
   VARIANT Step
);
[Java]
public  addLevelRange(
   Variant Start,
   Variant Stop,
   Variant Step
);
[Unmanaged C++]
public: HRESULT AddLevelRange(
   VARIANT Start,
   VARIANT Stop,
   VARIANT Step
);

Parameters

Start
The start elevation.
Stop
The end elevation.
Step
The step amount between elevations.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.