AGI STK Graphics 11 Send comments on this topic.
MaximumTime Property (IAgStkGraphicsTimeIntervalDisplayCondition)
See Also 
Windows






Windows & Linux

Description

Gets or sets the maximum time of the inclusive time interval.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumTime() As IAgDate

[C#]
public IAgDate MaximumTime {get; set;}

[Managed C++]
public: __property IAgDate^ get_MaximumTime();
public: __property void set_MaximumTime(
IAgDate ^
);

[Unmanaged C++]
public: HRESULT get_MaximumTime(
IAgDate ** ppRetVal
);
public: HRESULT put_MaximumTime(
IAgDate * pNewMaximumTime
);

[Java]
public IAgDate getMaximumTime();public void setMaximumTime(
IAgDate
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface