AGI STK Objects 11 Send comments on this topic.
BackgroundTranslucency Property (IAgVODataDisplayElement)
See Also 





Description

The translucency of the background between 0 and 1 inclusive.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BackgroundTranslucency() As Double

[C#]
public double BackgroundTranslucency {get; set;}

[Managed C++]
public: __property double get_BackgroundTranslucency();
public: __property void set_BackgroundTranslucency(
double
);

[Unmanaged C++]
public: HRESULT get_BackgroundTranslucency(
double * pRetVal
);
public: HRESULT put_BackgroundTranslucency(
double NewBackgroundTranslucency
);

[Java]
public double getBackgroundTranslucency();public void setBackgroundTranslucency(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1