| PbDataMappingEnableTransparency Method  | 
Enable/Disable the taking into account of transparency. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void EnableTransparency(
	bool flag
)
Public Sub EnableTransparency ( 
	flag As Boolean
)
public:
void EnableTransparency(
	bool flag
)
member EnableTransparency : 
        flag : bool -> unit 
Parameters
- flag
 - Type: SystemBoolean
 
RemarksIf it is disable, the different shape are always opaque. 
See Also