SoTexture2SetStartLoadingCB Method (SoTexture2StartLoadingDataCallback, Object) |
Note: This API is now obsolete.
Use StartLoadingCallback property instead.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use StartLoadingCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetStartLoadingCB(
SoTexture2StartLoadingDataCallback cb,
Object userData
)
<ObsoleteAttribute("Use StartLoadingCallback property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetStartLoadingCB (
cb As SoTexture2StartLoadingDataCallback,
userData As Object
)
public:
[ObsoleteAttribute(L"Use StartLoadingCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetStartLoadingCB(
SoTexture2StartLoadingDataCallback^ cb,
Object^ userData
)
[<ObsoleteAttribute("Use StartLoadingCallback property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetStartLoadingCB :
cb : SoTexture2StartLoadingDataCallback *
userData : Object -> unit
Parameters
- cb
- Type: OIV.Inventor.NodesSoTexture2StartLoadingDataCallback
- userData
- Type: SystemObject
See Also