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






Windows & Linux

Description

The translucency of the lines at the upper and lower edges of the border wall, where 100% = invisible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineTranslucency() As Double
[C#]
public double LineTranslucency {get; set;}
[Managed C++]
public: __property double get_LineTranslucency();
public: __property void set_LineTranslucency(
   double
);
[Unmanaged C++]
public: HRESULT get_LineTranslucency(
   double * pRetVal
);
public: HRESULT put_LineTranslucency(
   double NewLineTranslucency
);
[Java]
public double getLineTranslucency();public void setLineTranslucency(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.