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: 10.12.3.0 (10.12.3.0)
Syntax
public SoInstanceParameter FindParameterByName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: SoInstanceParameter
Remarks

Returns NULL if not found.

See Also