SoLazyElementSetEmissive 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[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static void SetEmissive(
SoState state,
out SbColor color
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Sub SetEmissive (
state As SoState,
<OutAttribute> ByRef color As SbColor
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static void SetEmissive(
SoState^ state,
[InAttribute] [OutAttribute] SbColor% color
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member SetEmissive :
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