Click or drag to resize
SoMFInstanceParameterFindParameterByName Method

Returns the first 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 SoInstanceParameter FindParameterByName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: SoInstanceParameter
Remarks

Returns NULL if not found.

See Also