SoCallbackActionGetTransparencyType Method |
Note: This API is now obsolete.
Returns the current Transparency Type information from the state.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoTransparencyTypeTransparencyTypes GetTransparencyType()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetTransparencyType As SoTransparencyTypeTransparencyTypes
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SoTransparencyTypeTransparencyTypes GetTransparencyType()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetTransparencyType : unit -> SoTransparencyTypeTransparencyTypes
Return Value
Type:
SoTransparencyTypeTransparencyTypes
RemarksObsoletesince Open Inventor 9630
Transparency types are no longer defined in SoTransparencyType.
See Also