AGI STK Graphics 11Send 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 NewBackLineTranslucency
);
[Java]
public float getBackLineTranslucency();public void setBackLineTranslucency(
   float
);

Remarks

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.