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





Description

Set the percent Translucency for Active Fill.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ActiveFillTranslucency();
public: __property void set_ActiveFillTranslucency(
double
);

[Unmanaged C++]
public: HRESULT get_ActiveFillTranslucency(
double * pRetVal
);
public: HRESULT put_ActiveFillTranslucency(
double NewActiveFillTranslucency
);

[Java]
public double getActiveFillTranslucency();public void setActiveFillTranslucency(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1