AGI STK Graphics 11Send comments on this topic.
Translucency Property (IAgStkGraphicsPathPoint)
See Also 
Windows






Windows & Linux

Description

The path point translucency.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Translucency() As Double
[C#]
public double Translucency {get; set;}
[Managed C++]
public: __property double get_Translucency();
public: __property void set_Translucency(
   double
);
[Unmanaged C++]
public: HRESULT get_Translucency(
   double * pRetVal
);
public: HRESULT put_Translucency(
   double NewTranslucency
);
[Java]
public double getTranslucency();public void setTranslucency(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.