| SoPathSensorGetAttachedPath Method  | 
Returns the path that this sensor is sensing, or NULL if it is not attached to any path. 
 
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoPath GetAttachedPath()
Public Function GetAttachedPath As SoPath
public:
SoPath^ GetAttachedPath()
member GetAttachedPath : unit -> SoPath 
Return Value
Type: 
SoPath
Remarks
See Also