AGI STK Objects 11Send comments on this topic.
UseMinLinkTime Property (IAgChConstraints)
See Also
Windows






Windows & Linux

Description

Opt to constrain a chain so that accesses of shorter duration than the specified minimum value are excluded from chain access results.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMinLinkTime() As Boolean
[C#]
public bool UseMinLinkTime {get; set;}
[Managed C++]
public: __property bool get_UseMinLinkTime();
public: __property void set_UseMinLinkTime( bool );
[Unmanaged C++]
public: HRESULT get_UseMinLinkTime(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseMinLinkTime(
    VARIANT_BOOL UseMinLinkTime
);
[Java]
public bool getUseMinLinkTime();
public void setUseMinLinkTime(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.