This property allows you to retrieve a
SoFullPath from an SoPath.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoFullPath FullPath { get; }
Public ReadOnly Property FullPath As SoFullPath
Get
public:
property SoFullPath^ FullPath {
SoFullPath^ get ();
}
member FullPath : SoFullPath with get
Property Value
Type:
SoFullPath
A
SoFullPath build over the current path.
See Also