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






Windows & Linux

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 * pVal
);
public: HRESULT put_IsPointVisible(
    VARIANT_BOOL IsPointVisible
);
[Java]
public bool getIsPointVisible();
public void setIsPointVisible(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.