Click or drag to resize
SoFieldContainer.GetFieldName Method

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

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

Parameters

field
Type: OIV.Inventor.Fields.SoField
fieldName
Type: System.String

Return Value

Type: Boolean
Remarks

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

See Also