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