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






Windows & Linux

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 * pVal
);
public: HRESULT put_IsConeVisible(
    VARIANT_BOOL IsConeVisible
);
[Java]
public bool getIsConeVisible();
public void setIsConeVisible(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.