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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.