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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1