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






Windows & Linux

Description

The path point outline translucency.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OutlineTranslucency() As Double
[C#]
public double OutlineTranslucency {get; set;}
[Managed C++]
public: __property double get_OutlineTranslucency();
public: __property void set_OutlineTranslucency(
   double
);
[Unmanaged C++]
public: HRESULT get_OutlineTranslucency(
   double * pRetVal
);
public: HRESULT put_OutlineTranslucency(
   double NewOutlineTranslucency
);
[Java]
public double getOutlineTranslucency();public void setOutlineTranslucency(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.