Time Transparency PropertyIs Transparent Property
This is used to return the transparency state as a Boolean
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If it is transparent to busy time searches, it returns true. If not, it returns false.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool IsTransparent { get; set; }VB
Public Property IsTransparent As Boolean
Get
SetC++
public:
property bool IsTransparent {
bool get ();
void set (bool value);
}F#
member IsTransparent : bool with get, setProperty Value
BooleanIf it is transparent to busy time searches, it returns true. If not, it returns false.