STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT AddLevelRange(
    VARIANT Start,
    VARIANT Stop,
    VARIANT Step
);
[Java]
public void addLevelRange(
    AgVariant Start,
    AgVariant Stop,
    AgVariant Step
);
[Python - STK API ]
def AddLevelRange(self, Start:typing.Any, Stop:typing.Any, Step:typing.Any) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.