STK ObjectsSend 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 * pVal
);
public: HRESULT put_Threshold(
    double val
);
[Java]
public double getThreshold();
public void setThreshold(
    double
);
[Python - STK API ]
@property
def Threshold(self) -> float:

@Threshold.setter
def Threshold(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.