AGI STK VGT 11 Send comments on this topic.
UseCustomTimeLimits Property (IAgCrdnEventArrayConditionCrossings)
See Also 





Description

Specify whether to use custom time limits.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseCustomTimeLimits() As Boolean

[C#]
public bool UseCustomTimeLimits {get; set;}

[Managed C++]
public: __property bool get_UseCustomTimeLimits();
public: __property void set_UseCustomTimeLimits(
bool
);

[Unmanaged C++]
public: HRESULT get_UseCustomTimeLimits(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseCustomTimeLimits(
VARIANT_BOOL NewUseCustomTimeLimits
);

[Java]
public bool getUseCustomTimeLimits();public void setUseCustomTimeLimits(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1