SoFieldContainerGetField Method |
Returns a the field of this object whose name is fieldName.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual SoField GetField(
string fieldName
)
Public Overridable Function GetField (
fieldName As String
) As SoField
public:
virtual SoField^ GetField(
String^ fieldName
)
abstract GetField :
fieldName : string -> SoField
override GetField :
fieldName : string -> SoField
Parameters
- fieldName
- Type: SystemString
Return Value
Type:
SoFieldRemarks Returns NULL if there is no field with the given name.
See Also