A custom interval list or a single interval. It is by default set to overall availability of host object. This determines time limits within extrema are sought. The time limits will be used if UseCustomTimeLimits is set to true.
Read-write property
[Visual Basic .NET] |
---|
Public Property CustomTimeLimits() As IAgCrdnEventIntervalList |
[C#] |
---|
public IAgCrdnEventIntervalList CustomTimeLimits {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnEventIntervalList ^ get_CustomTimeLimits(); |
[Unmanaged C++] |
---|
public: HRESULT get_CustomTimeLimits( IAgCrdnEventIntervalList ** ppRetVal ); public: HRESULT put_CustomTimeLimits( IAgCrdnEventIntervalList CustomTimeLimits ); |
[Java] |
---|
public IAgCrdnEventIntervalList getCustomTimeLimits(); public void setCustomTimeLimits( IAgCrdnEventIntervalList ); |
[Python - STK API ] |
---|
@property def CustomTimeLimits(self) -> "IAgCrdnEventIntervalList": @CustomTimeLimits.setter def CustomTimeLimits(self, CustomTimeLimits:"IAgCrdnEventIntervalList") -> None: |