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






Windows & Linux

Description

Opt whether to draw the solar specular reflection point on the surface of the globe as a white *.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsSolarSpecularReflectionPointVisible() As Boolean
[C#]
public bool IsSolarSpecularReflectionPointVisible {get; set;}
[Managed C++]
public: __property bool get_IsSolarSpecularReflectionPointVisible();
public: __property void set_IsSolarSpecularReflectionPointVisible( bool );
[Unmanaged C++]
public: HRESULT get_IsSolarSpecularReflectionPointVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsSolarSpecularReflectionPointVisible(
    VARIANT_BOOL IsGlintVisible
);
[Java]
public bool getIsSolarSpecularReflectionPointVisible();
public void setIsSolarSpecularReflectionPointVisible(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.