SoFieldContainerGetFieldName Method |
Returns the name of the given field in the fieldName argument.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool GetFieldName(
SoField field,
out string fieldName
)
Public Function GetFieldName (
field As SoField,
<OutAttribute> ByRef fieldName As String
) As Boolean
public:
bool GetFieldName(
SoField^ field,
[OutAttribute] String^% fieldName
)
member GetFieldName :
field : SoField *
fieldName : string byref -> bool
Parameters
- field
- Type: OIV.Inventor.FieldsSoField
- fieldName
- Type: SystemString
Return Value
Type:
BooleanRemarks Returns false if field is not a member of this object.
See Also