STK Object BrokerSend comments on this topic.
Enabled 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 Enabled() As Boolean
[C#]
public bool Enabled {get; set;}
[Managed C++]
public: __property bool get_Enabled();
public: __property void set_Enabled( bool );
[Unmanaged C++]
public: HRESULT get_Enabled(
    VARIANT_BOOL * pEnabled
);
public: HRESULT put_Enabled(
    VARIANT_BOOL Enabled
);
[Java]
public bool getEnabled();
public void setEnabled(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.