STK ObjectsSend comments on this topic.
TranslucentLinesVisible Property (IAgSnVO)
See Also
Windows





Windows & Linux

Description

Opt whether sensor lines are set to the translucency of the cone.Otherwise, the sensor and radial lines are solid.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TranslucentLinesVisible() As Boolean
[C#]
public bool TranslucentLinesVisible {get; set;}
[Managed C++]
public: __property bool get_TranslucentLinesVisible();
public: __property void set_TranslucentLinesVisible( bool );
[Unmanaged C++]
public: HRESULT get_TranslucentLinesVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_TranslucentLinesVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getTranslucentLinesVisible();
public void setTranslucentLinesVisible(
    bool
);
[Python - STK API ]
@property
def TranslucentLinesVisible(self) -> bool:

@TranslucentLinesVisible.setter
def TranslucentLinesVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.