STK ObjectsSend comments on this topic.
LineTranslucency Property (IAgVOAzElMask)
See Also
Windows





Windows & Linux

Description

The translucency of the outline of the mask, where 1 = completely invisible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineTranslucency() As Double
[C#]
public double LineTranslucency {get; set;}
[Managed C++]
public: __property double get_LineTranslucency();
public: __property void set_LineTranslucency( double );
[Unmanaged C++]
public: HRESULT get_LineTranslucency(
    double * pVal
);
public: HRESULT put_LineTranslucency(
    double pVal
);
[Java]
public double getLineTranslucency();
public void setLineTranslucency(
    double
);
[Python - STK API ]
@property
def LineTranslucency(self) -> float:

@LineTranslucency.setter
def LineTranslucency(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.