STK ObjectsSend comments on this topic.
PercentTranslucency Property (IAgSnGraphics)
See Also
Windows





Windows & Linux

Description

Specify the percent translucency of the sensor projection. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PercentTranslucency() As Double
[C#]
public double PercentTranslucency {get; set;}
[Managed C++]
public: __property double get_PercentTranslucency();
public: __property void set_PercentTranslucency( double );
[Unmanaged C++]
public: HRESULT get_PercentTranslucency(
    double * pVal
);
public: HRESULT put_PercentTranslucency(
    double pVal
);
[Java]
public double getPercentTranslucency();
public void setPercentTranslucency(
    double
);
[Python - STK API ]
@property
def PercentTranslucency(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.