AGI STK Objects 11 Send comments on this topic.
InactiveFillTranslucency Property (IAgVmVOActiveGridPoints)
See Also 





Description

Set the percent Translucency for Inactive Fill.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_InactiveFillTranslucency();
public: __property void set_InactiveFillTranslucency(
double
);

[Unmanaged C++]
public: HRESULT get_InactiveFillTranslucency(
double * pRetVal
);
public: HRESULT put_InactiveFillTranslucency(
double NewInactiveFillTranslucency
);

[Java]
public double getInactiveFillTranslucency();public void setInactiveFillTranslucency(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1