AGI STK VGT 11 Send comments on this topic.
CustomTimeLimits Property (IAgCrdnEventArrayExtrema)
See Also 





Description

A custom interval list or a single interval. It is by default set to overall availability of host object. This determines time limits within which global minimum or maximum is sought.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CustomTimeLimits() As IAgCrdnEventIntervalList

[C#]
public IAgCrdnEventIntervalList CustomTimeLimits {get; set;}

[Managed C++]
public: __property IAgCrdnEventIntervalList^ get_CustomTimeLimits();
public: __property void set_CustomTimeLimits(
IAgCrdnEventIntervalList ^
);

[Unmanaged C++]
public: HRESULT get_CustomTimeLimits(
IAgCrdnEventIntervalList ** ppRetVal
);
public: HRESULT put_CustomTimeLimits(
IAgCrdnEventIntervalList * pNewCustomTimeLimits
);

[Java]
public IAgCrdnEventIntervalList getCustomTimeLimits();public void setCustomTimeLimits(
IAgCrdnEventIntervalList
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1