AGI STK Objects 11 Send comments on this topic.
TranslucentLinesVisible Property (IAgSnVO)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1