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