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.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use StartLoadingCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetStartLoadingCB(
SoTexture2LoadingCallback cb
)
<ObsoleteAttribute("Use StartLoadingCallback property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetStartLoadingCB (
cb As SoTexture2LoadingCallback
)
public:
[ObsoleteAttribute(L"Use StartLoadingCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetStartLoadingCB(
SoTexture2LoadingCallback^ cb
)
[<ObsoleteAttribute("Use StartLoadingCallback property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetStartLoadingCB :
cb : SoTexture2LoadingCallback -> unit
Parameters
- cb
- Type: OIV.Inventor.NodesSoTexture2LoadingCallback
See Also