AGI STK Objects 11 Send comments on this topic.
UseTranslucency Property (IAgVeVOControlBox)
See Also 





Description

Specifies a translucency of the object

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseTranslucency() As Boolean

[C#]
public bool UseTranslucency {get; set;}

[Managed C++]
public: __property bool get_UseTranslucency();
public: __property void set_UseTranslucency(
bool
);

[Unmanaged C++]
public: HRESULT get_UseTranslucency(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseTranslucency(
VARIANT_BOOL NewUseTranslucency
);

[Java]
public bool getUseTranslucency();public void setUseTranslucency(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1