AGI STK Objects 11 Send comments on this topic.
IsConeVisible Property (IAgVeVOCovariancePointingContour)
See Also 





Description

Opt whether to display a cone connecting the center of the current object with the contour.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsConeVisible();
public: __property void set_IsConeVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsConeVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsConeVisible(
VARIANT_BOOL NewIsConeVisible
);

[Java]
public bool getIsConeVisible();public void setIsConeVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1