AGI STK Graphics Plugins 11 Send comments on this topic.
OnGetNextProjection Method (IAgStkGraphicsPluginProjectionStream)
See Also 
Time
NextTime
Context





Description

Update the projection stream update delta, field of view, etc.

Syntax

[Visual Basic .NET]
Public Function OnGetNextProjection( _
   ByVal Time As IAgDate, _
   ByVal NextTime As IAgDate, _
   ByVal Context As IAgStkGraphicsPluginProjectionStreamContext _
) As Boolean

[C#]
public bool OnGetNextProjection(
IAgDate Time,
IAgDate NextTime,
IAgStkGraphicsPluginProjectionStreamContext Context
);

[Managed C++]
public: bool OnGetNextProjection(
IAgDate ^ Time,
IAgDate ^ NextTime,
IAgStkGraphicsPluginProjectionStreamContext ^ Context
);

[Java]
public bool onGetNextProjection(
IAgDate Time,
IAgDate NextTime,
IAgStkGraphicsPluginProjectionStreamContext Context
);

[Unmanaged C++]
public: HRESULT OnGetNextProjection(
IAgDate * Time,
IAgDate * NextTime,
IAgStkGraphicsPluginProjectionStreamContext * Context,
VARIANT_BOOL * ReturnValue
);

Parameters

Time
NextTime
Context

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1