AGI STK Objects 11 Send comments on this topic.
MaxTranslucency Property (IAgSpEnvMagFieldGfx)
See Also 





Description

Maximum translucency expressed as a percentage.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MaxTranslucency();
public: __property void set_MaxTranslucency(
double
);

[Unmanaged C++]
public: HRESULT get_MaxTranslucency(
double * pRetVal
);
public: HRESULT put_MaxTranslucency(
double NewMaxTranslucency
);

[Java]
public double getMaxTranslucency();public void setMaxTranslucency(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1