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





Description

User-specified minimum access duration. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinLinkTime() As Double

[C#]
public double MinLinkTime {get; set;}

[Managed C++]
public: __property double get_MinLinkTime();
public: __property void set_MinLinkTime(
double
);

[Unmanaged C++]
public: HRESULT get_MinLinkTime(
double * pRetVal
);
public: HRESULT put_MinLinkTime(
double NewMinLinkTime
);

[Java]
public double getMinLinkTime();public void setMinLinkTime(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1