Click or drag to resize
SoFieldContainerGetFieldName Method

Returns the name of the given field in the fieldName argument.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool GetFieldName(
	SoField field,
	out string fieldName
)

Parameters

field
Type: OIV.Inventor.FieldsSoField
fieldName
Type: SystemString

Return Value

Type: Boolean
Remarks

Returns false if field is not a member of this object.

See Also