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






Windows & Linux

Description

Gets or sets the translucency of the Projection's frustum.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FrustumTranslucency() As Single
[C#]
public float FrustumTranslucency {get; set;}
[Managed C++]
public: __property float get_FrustumTranslucency();
public: __property void set_FrustumTranslucency(
   float
);
[Unmanaged C++]
public: HRESULT get_FrustumTranslucency(
   float * pRetVal
);
public: HRESULT put_FrustumTranslucency(
   float NewFrustumTranslucency
);
[Java]
public float getFrustumTranslucency();public void setFrustumTranslucency(
   float
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.