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