STK ObjectsSend 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 * pVal
);
public: HRESULT put_UseLineTranslucency(
    VARIANT_BOOL bVal
);
[Java]
public bool getUseLineTranslucency();
public void setUseLineTranslucency(
    bool
);
[Python - STK API ]
@property
def UseLineTranslucency(self) -> bool:

@UseLineTranslucency.setter
def UseLineTranslucency(self, bVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.