AGI STK Objects 11 Send comments on this topic.
Translucency Property (IAgMtoGfxLine)
See Also 





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 * pRetVal
);
public: HRESULT put_Translucency(
int NewTranslucency
);

[Java]
public ppInteger getTranslucency();public void setTranslucency(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1