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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.