AGI STK Objects 11 Send comments on this topic.
Threshold Property (IAgLinkMargin)
See Also 





Description

Gets or sets the link margin threshold.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Threshold();
public: __property void set_Threshold(
double
);

[Unmanaged C++]
public: HRESULT get_Threshold(
double * pRetVal
);
public: HRESULT put_Threshold(
double NewThreshold
);

[Java]
public double getThreshold();public void setThreshold(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1