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






Windows & Linux

Description

Opt whether to display elevation angle contours as filled cones in space.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsConesVisible();
public: __property void set_IsConesVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsConesVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsConesVisible(
VARIANT_BOOL NewIsConesVisible
);

[Java]
public bool getIsConesVisible();public void setIsConesVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface