AGI STK Graphics Plugins 11 Send 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
);

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

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

Parameters

Time
Context

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface