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





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 * pRetVal
);
public: HRESULT put_ActiveInactiveBoundaryTranslucency(
double NewActiveInactiveBoundaryTranslucency
);

[Java]
public double getActiveInactiveBoundaryTranslucency();public void setActiveInactiveBoundaryTranslucency(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1