Opt whether sensor lines are set to the translucency of the cone.Otherwise, the sensor and radial lines are solid.
Read-write property
[Visual Basic .NET] |
---|
Public Property TranslucentLinesVisible() As Boolean |
[C#] |
---|
public bool TranslucentLinesVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_TranslucentLinesVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_TranslucentLinesVisible( VARIANT_BOOL * pVal ); public: HRESULT put_TranslucentLinesVisible( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getTranslucentLinesVisible(); public void setTranslucentLinesVisible( bool ); |