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





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 * pRetVal
);
public: HRESULT put_UseMinLinkTime(
VARIANT_BOOL NewUseMinLinkTime
);

[Java]
public bool getUseMinLinkTime();public void setUseMinLinkTime(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1