STK Graphics PrimitivesSend comments on this topic.
Update Method (IAgStkGraphicsProjectionStream)
See Also
Time
The current Scene Manager time.
NextTime
The next Scene Manager time.
Windows





Windows & Linux

Description

When overridden in a derived class, updates the projection data associated with the projection stream at the specified time. When the Update method is called, the projection stream contains the current projection data. The time parameter provides the current and next Scene Manager time. Return true if the projection data was updated, otherwise return false.

Syntax

[Visual Basic .NET]
Public Function Update( _
    ByVal Time As IAgDate, _
    ByVal NextTime As IAgDate _
) As Boolean
[C#]
public bool Update(
    IAgDate Time,
    IAgDate NextTime
);
[Managed C++]
public: bool Update(
    IAgDate ^ Time,
    IAgDate ^ NextTime
);
[Unmanaged C++]
public: HRESULT Update(
    IAgDate * Time,
    IAgDate * NextTime,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool update(
    IAgDate Time,
    IAgDate NextTime
);
[Python - STK API ]
def Update(self, Time:"IAgDate", NextTime:"IAgDate") -> bool:

Parameters

Time
The current Scene Manager time.
NextTime
The next Scene Manager time.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.