AGI STK Graphics 11 Send comments on this topic.
SpecularOverlay Property (IAgStkGraphicsCentralBodyGraphics)
See Also 





Description

Gets or sets the specular GlobeImageOverlay associated with the Central Body in the Scene. The Specular Overlay is displayed only in the specular highlight of the Central Body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpecularOverlay() As IAgStkGraphicsGlobeImageOverlay

[C#]
public IAgStkGraphicsGlobeImageOverlay SpecularOverlay {get; set;}

[Managed C++]
public: __property IAgStkGraphicsGlobeImageOverlay^ get_SpecularOverlay();
public: __property void set_SpecularOverlay(
IAgStkGraphicsGlobeImageOverlay ^
);

[Unmanaged C++]
public: HRESULT get_SpecularOverlay(
IAgStkGraphicsGlobeImageOverlay ** ppRetVal
);
public: HRESULT put_SpecularOverlay(
IAgStkGraphicsGlobeImageOverlay * pNewSpecularOverlay
);

[Java]
public IAgStkGraphicsGlobeImageOverlay getSpecularOverlay();public void setSpecularOverlay(
IAgStkGraphicsGlobeImageOverlay
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1