STK Graphics PrimitivesSend 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 ShadowTranslucency
);
[Java]
public float getShadowTranslucency();
public void setShadowTranslucency(
    float
);
[Python - STK API ]
@property
def ShadowTranslucency(self) -> float:

@ShadowTranslucency.setter
def ShadowTranslucency(self, ShadowTranslucency:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.