AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.