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






Windows & Linux

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 * pVal
);
public: HRESULT put_ActiveFillTranslucency(
    double pVal
);
[Java]
public double getActiveFillTranslucency();
public void setActiveFillTranslucency(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.