Get the level turns interface.
Read-only property
[Visual Basic .NET] |
---|
Public Property LevelTurns() As IAgAvtrLevelTurns |
[C#] |
---|
public IAgAvtrLevelTurns LevelTurns {get;} |
[Managed C++] |
---|
public: __property IAgAvtrLevelTurns ^ get_LevelTurns(); |
[Unmanaged C++] |
---|
public: HRESULT get_LevelTurns( IAgAvtrLevelTurns ** ppRetVal ); |
[Java] |
---|
public IAgAvtrLevelTurns getLevelTurns(); |
[Python - STK API ] |
---|
@property def LevelTurns(self) -> "IAgAvtrLevelTurns": |