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






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.