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






Windows & Linux

Description

If selected, earlier occurrences of a geometric element display fade over time so that it is drawn as completely filled at the most recent animation time and fades as the animation moves forward.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_Transparent();
public: __property void set_Transparent(
bool
);

[Unmanaged C++]
public: HRESULT get_Transparent(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Transparent(
VARIANT_BOOL NewTransparent
);

[Java]
public bool getTransparent();public void setTransparent(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface