AGI STK Graphics 11 Send comments on this topic.
ShadowTranslucency Property (IAgStkGraphicsProjectedRasterOverlay)
See Also 





Description

Gets or sets the translucency of the Projection's shadow.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShadowTranslucency() As Single

[C#]
public float ShadowTranslucency {get; set;}

[Managed C++]
public: __property float get_ShadowTranslucency();
public: __property void set_ShadowTranslucency(
float
);

[Unmanaged C++]
public: HRESULT get_ShadowTranslucency(
float * pRetVal
);
public: HRESULT put_ShadowTranslucency(
float NewShadowTranslucency
);

[Java]
public float getShadowTranslucency();public void setShadowTranslucency(
float
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1