AGI STK Objects 11Send comments on this topic.
FillTranslucency Property (IAgVeVOElevContours)
See Also
Windows






Windows & Linux

Description

Translucency of the filled polygon. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FillTranslucency() As Double
[C#]
public double FillTranslucency {get; set;}
[Managed C++]
public: __property double get_FillTranslucency();
public: __property void set_FillTranslucency( double );
[Unmanaged C++]
public: HRESULT get_FillTranslucency(
    double * pVal
);
public: HRESULT put_FillTranslucency(
    double FillTranslucency
);
[Java]
public double getFillTranslucency();
public void setFillTranslucency(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.