Configure the projection stream update delta, field of view, etc. You can change the frustum attributes at any time in OnGetNextProjection.
[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 ); |
- Time
- Context