Get the MTO global track 3D options.
Read-only property
[Visual Basic .NET] |
---|
Public Property GlobalTrackOptions() As IAgMtoVOGlobalTrackOptions |
[C#] |
---|
public IAgMtoVOGlobalTrackOptions GlobalTrackOptions {get;} |
[Managed C++] |
---|
public: __property IAgMtoVOGlobalTrackOptions ^ get_GlobalTrackOptions(); |
[Unmanaged C++] |
---|
public: HRESULT get_GlobalTrackOptions( IAgMtoVOGlobalTrackOptions ** ppVal ); |
[Java] |
---|
public IAgMtoVOGlobalTrackOptions getGlobalTrackOptions(); |
[Python - STK API ] |
---|
@property def GlobalTrackOptions(self) -> "IAgMtoVOGlobalTrackOptions": |