SoLazyElementSetSpecular Method (SoState, SbColor) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ElementsAssembly: 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 static void SetSpecular(
SoState state,
out SbColor color
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetSpecular (
state As SoState,
<OutAttribute> ByRef color As SbColor
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetSpecular(
SoState^ state,
[InAttribute] [OutAttribute] SbColor% color
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member SetSpecular :
state : SoState *
color : SbColor byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- color
- Type: OIV.InventorSbColor
RemarksObsoletesince Open Inventor 8000
No more used.
See Also