STK ObjectsSend 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
);
[Python - STK API ]
@property
def ActiveFillTranslucency(self) -> float:

@ActiveFillTranslucency.setter
def ActiveFillTranslucency(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.