AGI STK Objects 11 Send comments on this topic.
TranslucentLines Property (IAgVORangeContours)
See Also 





Description

Make the contour cone translucent at the specified percentage.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TranslucentLines() As Boolean

[C#]
public bool TranslucentLines {get; set;}

[Managed C++]
public: __property bool get_TranslucentLines();
public: __property void set_TranslucentLines(
bool
);

[Unmanaged C++]
public: HRESULT get_TranslucentLines(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_TranslucentLines(
VARIANT_BOOL NewTranslucentLines
);

[Java]
public bool getTranslucentLines();public void setTranslucentLines(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1