AGI STK Objects 11 Send comments on this topic.
Opacity Property (IAgVmVOCrossSection)
See Also 





Description

Set the opacity multiplier which is used to incrementally increase the opacity of the cross-sections. Valid value is greater or equal to 1.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Opacity() As Double

[C#]
public double Opacity {get; set;}

[Managed C++]
public: __property double get_Opacity();
public: __property void set_Opacity(
double
);

[Unmanaged C++]
public: HRESULT get_Opacity(
double * pRetVal
);
public: HRESULT put_Opacity(
double NewOpacity
);

[Java]
public double getOpacity();public void setOpacity(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1