STK Graphics PrimitivesSend comments on this topic.
BackLineTranslucency Property (IAgStkGraphicsSolidPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets the back line's translucency. Translucency is between 0 and 1, where 0 is opaque and 1 is transparent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BackLineTranslucency() As Single
[C#]
public float BackLineTranslucency {get; set;}
[Managed C++]
public: __property float get_BackLineTranslucency();
public: __property void set_BackLineTranslucency( float );
[Unmanaged C++]
public: HRESULT get_BackLineTranslucency(
    float * pRetVal
);
public: HRESULT put_BackLineTranslucency(
    float BackLineTranslucency
);
[Java]
public float getBackLineTranslucency();
public void setBackLineTranslucency(
    float
);
[Python - STK API ]
@property
def BackLineTranslucency(self) -> float:

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

Remarks

This is only used when Outline Appearance is Stylize Back Lines.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.