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






Windows & Linux

Description

Display the lines at the upper and lower edges of the border wall at the specified translucency percentage.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseLineTranslucency();
public: __property void set_UseLineTranslucency(
bool
);

[Unmanaged C++]
public: HRESULT get_UseLineTranslucency(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseLineTranslucency(
VARIANT_BOOL NewUseLineTranslucency
);

[Java]
public bool getUseLineTranslucency();public void setUseLineTranslucency(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface