SoFieldSensorAttach Method |
The attach() method makes this sensor detect changes to the given field.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Attach(
SoField field
)
Public Sub Attach (
field As SoField
)
public:
void Attach(
SoField^ field
)
member Attach :
field : SoField -> unit
Parameters
- field
- Type: OIV.Inventor.FieldsSoField
Remarks
See Also