Click or drag to resize
SoDataSetGetLdmResourceParameter Method

Note: This API is now obsolete.

Returns a reference to the LDMResourceParameter.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoLDMResourceParameters GetLdmResourceParameter()

Return Value

Type: SoLDMResourceParameters
Remarks

The returned value can't be copied.Obsoletesince Open Inventor 7000 Use public field SoDataSet.ldmResourceParameters instead.

See Also