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 * pRetVal ); public: HRESULT put_TranslucentLinesVisible( VARIANT_BOOL NewTranslucentLinesVisible );
|
[Java] |
---|
public bool getTranslucentLinesVisible();public void setTranslucentLinesVisible( bool );
|
See Also