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






Windows & Linux

Description

Indicate whether to use specified custom interval list (see CustomTimeLimits).

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 UseCustomTimeLimits
);
[Java]
public bool getUseCustomTimeLimits();
public void setUseCustomTimeLimits(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.