AGI STK Objects 11 Send comments on this topic.
IsPointVisible Property (IAgSaVOModel)
See Also 





Description

Whether the point that is shown at certain viewing distances to represent an object, is visible.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsPointVisible();
public: __property void set_IsPointVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsPointVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsPointVisible(
VARIANT_BOOL NewIsPointVisible
);

[Java]
public bool getIsPointVisible();public void setIsPointVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1