Click or drag to resize
SoWWWInlinealternateRep Property

Specifies child data that can be used instead of fetching data from the URL.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFNode alternateRep { get; }

Property Value

Type: SoSFNode
Remarks

On read, if this field is set and there is no fetch URL delegateregistered, the alternateRep will be used as the child data. Otherwise, it is the applications responsibility to set the child data (see OIV.Inventor.Nodes.SoWWWInline.SetChildData(OIV.Inventor.Nodes.SoNode)).

See Also