STK Graphics PrimitivesSend comments on this topic.
Initialize Method (IAgStkGraphicsTimeIntervalDisplayConditionFactory)
See Also
Windows





Windows & Linux

Description

Initializes a default time display condition. Minimum Time is set to JulianDate.MinValue and Maximum Time is set to JulianDate.MaxValue. With this interval, an object is always rendered regardless of the current animation time.

Syntax

[Visual Basic .NET]
Public Function Initialize() As IAgStkGraphicsTimeIntervalDisplayCondition
[Managed C++]
public: IAgStkGraphicsTimeIntervalDisplayCondition ^ Initialize();
[Unmanaged C++]
public: HRESULT Initialize(
    IAgStkGraphicsTimeIntervalDisplayCondition ** ppRetVal
);
[Python - STK API ]
def Initialize(self) -> "IAgStkGraphicsTimeIntervalDisplayCondition":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.