SoExtTexture2AddOnLoadStartCB Method (SoExtTexture2LoadCallback) |
Note: This API is now obsolete.
Use LoadStart event instead.
Delegate invoked when starting loading the texture.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use LoadStart event instead.")]
public void AddOnLoadStartCB(
SoExtTexture2LoadCallback cb
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use LoadStart event instead.")>
Public Sub AddOnLoadStartCB (
cb As SoExtTexture2LoadCallback
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use LoadStart event instead.")]
void AddOnLoadStartCB(
SoExtTexture2LoadCallback^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use LoadStart event instead.")>]
member AddOnLoadStartCB :
cb : SoExtTexture2LoadCallback -> unit
Parameters
- cb
- Type: OIV.Inventor.NodesSoExtTexture2LoadCallback
See Also