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