STK ObjectsSend comments on this topic.
Translucency Property (IAgMtoGfxLine)
See Also
Windows





Windows & Linux

Description

Select the translucency of the line between track points.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Translucency() As Integer
[C#]
public int Translucency {get; set;}
[Managed C++]
public: __property int get_Translucency();
public: __property void set_Translucency( int );
[Unmanaged C++]
public: HRESULT get_Translucency(
    int * pVal
);
public: HRESULT put_Translucency(
    int Translucency
);
[Java]
public Integer getTranslucency();
public void setTranslucency(
    Integer
);
[Python - STK API ]
@property
def Translucency(self) -> int:

@Translucency.setter
def Translucency(self, Translucency:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.