AGI STK Objects 11 Send comments on this topic.
IsVisible Property (IAgGfxRangeContours)
See Also 





Description

Display range contours representing the various regions of the surface that can see an object at the specified level.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsVisible();
public: __property void set_IsVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsVisible(
VARIANT_BOOL NewIsVisible
);

[Java]
public bool getIsVisible();public void setIsVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1