AGI STK Object Broker 11 Send comments on this topic.
ShowCorrelated Property (IAgStkBroker)
See Also 





Description

Toggles the visualization of correlated entities.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowCorrelated() As Boolean

[C#]
public bool ShowCorrelated {get; set;}

[Managed C++]
public: __property bool get_ShowCorrelated();
public: __property void set_ShowCorrelated(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowCorrelated(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowCorrelated(
VARIANT_BOOL NewShowCorrelated
);

[Java]
public bool getShowCorrelated();public void setShowCorrelated(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1