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.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoTransparencyTypeTransparencyTypes GetTransparencyType()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetTransparencyType As SoTransparencyTypeTransparencyTypes
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoTransparencyTypeTransparencyTypes GetTransparencyType()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetTransparencyType : unit -> SoTransparencyTypeTransparencyTypes
Return Value
Type:
SoTransparencyTypeTransparencyTypes
RemarksObsoletesince Open Inventor 9630
Transparency types are no longer defined in SoTransparencyType.
See Also