AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_BoundaryFillPercentTranslucency(
   double NewBoundaryFillPercentTranslucency
);
[Java]
public double getBoundaryFillPercentTranslucency();
public void setBoundaryFillPercentTranslucency(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.