SoLDMResourceManagerSetTex3LoadRate Method |
Note: This API is now obsolete.
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 SetTex3LoadRate(
int loadRate
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetTex3LoadRate (
loadRate As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetTex3LoadRate(
int loadRate
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetTex3LoadRate :
loadRate : int -> unit
Parameters
- loadRate
- Type: SystemInt32
RemarksObsoletesince Open Inventor 8000
Use SoDataSet's field tex3LoadRate instead.
See Also