Adds an element to elements-used list if not already there.
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void AddElement(
SoElement elt
)
Public Sub AddElement (
elt As SoElement
)
public:
void AddElement(
SoElement^ elt
)
member AddElement :
elt : SoElement -> unit
Parameters
- elt
- Type: OIV.Inventor.ElementsSoElement
Remarks See Also