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





Windows & Linux

Description

Set the percent Translucency for Active/Inactive Boundary.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ActiveInactiveBoundaryTranslucency() As Double
[C#]
public double ActiveInactiveBoundaryTranslucency {get; set;}
[Managed C++]
public: __property double get_ActiveInactiveBoundaryTranslucency();
public: __property void set_ActiveInactiveBoundaryTranslucency( double );
[Unmanaged C++]
public: HRESULT get_ActiveInactiveBoundaryTranslucency(
    double * pVal
);
public: HRESULT put_ActiveInactiveBoundaryTranslucency(
    double pVal
);
[Java]
public double getActiveInactiveBoundaryTranslucency();
public void setActiveInactiveBoundaryTranslucency(
    double
);
[Python - STK API ]
@property
def ActiveInactiveBoundaryTranslucency(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.