STK ObjectsSend comments on this topic.
InactiveFillTranslucency Property (IAgVmVOActiveGridPoints)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_InactiveFillTranslucency(
    double pVal
);
[Java]
public double getInactiveFillTranslucency();
public void setInactiveFillTranslucency(
    double
);
[Python - STK API ]
@property
def InactiveFillTranslucency(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.