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





Windows & Linux

Description

Configure the projection stream update delta, field of view, etc. You can change the frustum attributes at any time in OnGetNextProjection.

Syntax

[Visual Basic .NET]
Public Function OnGetFirstProjection( _
    ByVal Time As IAgDate, _
    ByVal Context As IAgStkGraphicsPluginProjectionStreamContext _
) As Boolean
[C#]
public bool OnGetFirstProjection(
    IAgDate Time,
    IAgStkGraphicsPluginProjectionStreamContext Context
);
[Managed C++]
public: bool OnGetFirstProjection(
    IAgDate ^ Time,
    IAgStkGraphicsPluginProjectionStreamContext ^ Context
);
[Unmanaged C++]
public: HRESULT OnGetFirstProjection(
    IAgDate * Time,
    IAgStkGraphicsPluginProjectionStreamContext * Context,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool onGetFirstProjection(
    IAgDate Time,
    IAgStkGraphicsPluginProjectionStreamContext Context
);

Parameters

Time
Context

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.