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





Description

Gets or sets the translucency of the Projection's far plane.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FarPlaneTranslucency() As Single

[C#]
public float FarPlaneTranslucency {get; set;}

[Managed C++]
public: __property float get_FarPlaneTranslucency();
public: __property void set_FarPlaneTranslucency(
float
);

[Unmanaged C++]
public: HRESULT get_FarPlaneTranslucency(
float * pRetVal
);
public: HRESULT put_FarPlaneTranslucency(
float NewFarPlaneTranslucency
);

[Java]
public float getFarPlaneTranslucency();public void setFarPlaneTranslucency(
float
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1