SoFieldContainerGetEventIn Method |
Returns a the eventIn with the given name.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public virtual SoField GetEventIn(
string fieldName
)
Public Overridable Function GetEventIn (
fieldName As String
) As SoField
public:
virtual SoField^ GetEventIn(
String^ fieldName
)
abstract GetEventIn :
fieldName : string -> SoField
override GetEventIn :
fieldName : string -> SoField
Parameters
- fieldName
- Type: SystemString
Return Value
Type:
SoFieldRemarks If no such eventIn exists, NULL is returned.
See Also