STK Graphics PrimitivesSend comments on this topic.
SilhouetteTranslucency Property (IAgStkGraphicsSolidPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets the silhouette's translucency. Translucency is between 0 and 1, where 0 is opaque and 1 is transparent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SilhouetteTranslucency() As Single
[C#]
public float SilhouetteTranslucency {get; set;}
[Managed C++]
public: __property float get_SilhouetteTranslucency();
public: __property void set_SilhouetteTranslucency( float );
[Unmanaged C++]
public: HRESULT get_SilhouetteTranslucency(
    float * pRetVal
);
public: HRESULT put_SilhouetteTranslucency(
    float SilhouetteTranslucency
);
[Java]
public float getSilhouetteTranslucency();
public void setSilhouetteTranslucency(
    float
);
[Python - STK API ]
@property
def SilhouetteTranslucency(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.