SoTexture2SetStartLoadingCB Method (SoTexture2LoadingCallback) |
Note: This API is now obsolete.
Use StartLoadingCallback property instead.
Delegate invoked when starting to load the texture.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use StartLoadingCallback property instead.")]
public void SetStartLoadingCB(
SoTexture2LoadingCallback cb
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use StartLoadingCallback property instead.")>
Public Sub SetStartLoadingCB (
cb As SoTexture2LoadingCallback
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use StartLoadingCallback property instead.")]
void SetStartLoadingCB(
SoTexture2LoadingCallback^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use StartLoadingCallback property instead.")>]
member SetStartLoadingCB :
cb : SoTexture2LoadingCallback -> unit
Parameters
- cb
- Type: OIV.Inventor.NodesSoTexture2LoadingCallback
See Also