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 * pVal
);
public: HRESULT put_MinLinkTime(
double MinLinkTime
);
|
[Java] |
---|
public double getMinLinkTime();
public void setMinLinkTime(
double
);
|
[Python - STK API] |
---|
@property
def MinLinkTime(self) -> float:
@MinLinkTime.setter
def MinLinkTime(self, MinLinkTime:float) -> None:
|
See Also