STK ObjectsSend comments on this topic.
Translucency Property (IAgVeGfxSAA)
See Also
Windows





Windows & Linux

Description

Percent translucency (0 to 100) for South Atlantic Anomaly contours if contours are filled. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Translucency() As Double
[C#]
public double Translucency {get; set;}
[Managed C++]
public: __property double get_Translucency();
public: __property void set_Translucency( double );
[Unmanaged C++]
public: HRESULT get_Translucency(
    double * pVal
);
public: HRESULT put_Translucency(
    double translucency
);
[Java]
public double getTranslucency();
public void setTranslucency(
    double
);
[Python - STK API ]
@property
def Translucency(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.