Click or drag to resize
SoMFInstanceParameterRemoveParameterByName Method

Remove the instance parameter with the specified name.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool RemoveParameterByName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Boolean
Remarks

Returns true if successful, false if not found.

See Also