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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1