TimeTransparencyPropertyIsTransparent Property
This is used to return the transparency state as a Boolean
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool IsTransparent { get; set; }
Public Property IsTransparent As Boolean
Get
Set
public:
property bool IsTransparent {
bool get ();
void set (bool value);
}
member IsTransparent : bool with get, set
Property Value
BooleanIf it is transparent to busy time searches, it returns true. If not, it returns false.