SoLDMResourceManagerSetTex2LoadRate Method |
Note: This API is now obsolete.
Obsoletesince Open Inventor 8000.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use SoLDMRessourceParameter's field tex2LoadRate instead.")]
public void SetTex2LoadRate(
int loadRate
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use SoLDMRessourceParameter's field tex2LoadRate instead.")>
Public Sub SetTex2LoadRate (
loadRate As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use SoLDMRessourceParameter's field tex2LoadRate instead.")]
void SetTex2LoadRate(
int loadRate
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use SoLDMRessourceParameter's field tex2LoadRate instead.")>]
member SetTex2LoadRate :
loadRate : int -> unit
Parameters
- loadRate
- Type: SystemInt32
Remarks
Use SoLDMRessourceParameter's field tex2LoadRate instead.
See Also