STK Object BrokerSend comments on this topic.
MaximumLabelDistance Property (IAgStkBrokerThreshold)
See Also
Windows





Windows & Linux

Description

Enables or disables threshold processing for all objects in the broker.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumLabelDistance() As Double
[C#]
public double MaximumLabelDistance {get; set;}
[Managed C++]
public: __property double get_MaximumLabelDistance();
public: __property void set_MaximumLabelDistance( double );
[Unmanaged C++]
public: HRESULT get_MaximumLabelDistance(
    double * pThreshold
);
public: HRESULT put_MaximumLabelDistance(
    double Threshold
);
[Java]
public double getMaximumLabelDistance();
public void setMaximumLabelDistance(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.