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






Windows & Linux

Description

The interval list or single interval within which intervals of satisfaction are sought. The specified value is used if UseCustomTimeLimits is true. The default is set to overall availability of host object. The time limits will be used if UseCustomTimeLimits is set to true.

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.