AGI STK Graphics 11 Send comments on this topic.
BackLineTranslucency Property (IAgStkGraphicsSolidPrimitive)
See Also 





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 NewBackLineTranslucency
);

[Java]
public float getBackLineTranslucency();public void setBackLineTranslucency(
float
);

Remarks

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

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1