SoFieldSensorGetAttachedField Method |
The getAttachedField() method returns the field that this sensor is sensing, or NULL if it is not attached to any field.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoField GetAttachedField()
Public Function GetAttachedField As SoField
public:
SoField^ GetAttachedField()
member GetAttachedField : unit -> SoField
Return Value
Type:
SoField
Remarks
See Also