STK AgGraphicsPluginSend comments on this topic.
OnGetNextProjection Method (IAgStkGraphicsPluginProjectionStream)
See Also
Time
NextTime
Context
Windows





Windows & Linux

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
[Managed C++]
public: bool OnGetNextProjection(
    IAgDate ^ Time,
    IAgDate ^ NextTime,
    IAgStkGraphicsPluginProjectionStreamContext ^ Context
);
[Unmanaged C++]
public: HRESULT OnGetNextProjection(
    IAgDate * Time,
    IAgDate * NextTime,
    IAgStkGraphicsPluginProjectionStreamContext * Context,
    VARIANT_BOOL * pRetVal
);

Parameters

Time
NextTime
Context

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.