SoGLRenderActionHandleTransparency Method (Boolean) |
Calls HandleTransparency(isTransparent, false).
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool HandleTransparency(
bool isTransparent
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function HandleTransparency (
isTransparent As Boolean
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool HandleTransparency(
bool isTransparent
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member HandleTransparency :
isTransparent : bool -> bool
Parameters
- isTransparent
- Type: SystemBoolean
Return Value
Type:
BooleanRemarks See Also