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





Description

Gets or sets the outline'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 OutlineTranslucency() As Single

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

[Managed C++]
public: __property float get_OutlineTranslucency();
public: __property void set_OutlineTranslucency(
float
);

[Unmanaged C++]
public: HRESULT get_OutlineTranslucency(
float * pRetVal
);
public: HRESULT put_OutlineTranslucency(
float NewOutlineTranslucency
);

[Java]
public float getOutlineTranslucency();public void setOutlineTranslucency(
float
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1