VEventTransparency Property
This is used to get the time transparency (TRANSP) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public TimeTransparencyProperty Transparency { get; }VB
Public ReadOnly Property Transparency As TimeTransparencyProperty
GetC++
public:
property TimeTransparencyProperty^ Transparency {
TimeTransparencyProperty^ get ();
}F#
member Transparency : TimeTransparencyProperty with get