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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.