STK ObjectsSend 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 * pVal
);
public: HRESULT put_TranslucentLines(
    VARIANT_BOOL TranslucentLines
);
[Java]
public bool getTranslucentLines();
public void setTranslucentLines(
    bool
);
[Python - STK API ]
@property
def TranslucentLines(self) -> bool:

@TranslucentLines.setter
def TranslucentLines(self, TranslucentLines:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.