Click or drag to resize
SoPathFullPath Property
This property allows you to retrieve a SoFullPath from an SoPath.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoFullPath FullPath { get; }

Property Value

Type: SoFullPath
A SoFullPath build over the current path.
See Also