STK Graphics PrimitivesSend comments on this topic.
BorderTranslucency Property (IAgStkGraphicsProjectedRasterOverlay)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BorderTranslucency() As Single
[C#]
public float BorderTranslucency {get; set;}
[Managed C++]
public: __property float get_BorderTranslucency();
public: __property void set_BorderTranslucency( float );
[Unmanaged C++]
public: HRESULT get_BorderTranslucency(
    float * pRetVal
);
public: HRESULT put_BorderTranslucency(
    float BorderTranslucency
);
[Java]
public float getBorderTranslucency();
public void setBorderTranslucency(
    float
);
[Python - STK API ]
@property
def BorderTranslucency(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.