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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.