STK ObjectsSend comments on this topic.
BoundaryFillPercentTranslucency Property (IAgATGraphics)
See Also
Windows





Windows & Linux

Description

Specify the percent translucency of the region covered by the area target. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundaryFillPercentTranslucency() As Double
[C#]
public double BoundaryFillPercentTranslucency {get; set;}
[Managed C++]
public: __property double get_BoundaryFillPercentTranslucency();
public: __property void set_BoundaryFillPercentTranslucency( double );
[Unmanaged C++]
public: HRESULT get_BoundaryFillPercentTranslucency(
    double * pVal
);
public: HRESULT put_BoundaryFillPercentTranslucency(
    double pVal
);
[Java]
public double getBoundaryFillPercentTranslucency();
public void setBoundaryFillPercentTranslucency(
    double
);
[Python - STK API ]
@property
def BoundaryFillPercentTranslucency(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.