AGI STK Objects 11 Send comments on this topic.
Translucency Property (IAgVeVOEllipsoid)
See Also 





Description

Valid values are 0 - 100, where 0 is opaque and 100 is transparent

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 * pRetVal
);
public: HRESULT put_Translucency(
double NewTranslucency
);

[Java]
public double getTranslucency();public void setTranslucency(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1