STK Graphics PrimitivesSend 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 OutlineTranslucency
);
[Java]
public double getOutlineTranslucency();
public void setOutlineTranslucency(
    double
);
[Python - STK API ]
@property
def OutlineTranslucency(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.