SoInputFindAbsolutePath Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static bool FindAbsolutePath(
string fileName,
out string fullName
)
Public Shared Function FindAbsolutePath (
fileName As String,
<OutAttribute> ByRef fullName As String
) As Boolean
public:
static bool FindAbsolutePath(
String^ fileName,
[OutAttribute] String^% fullName
)
static member FindAbsolutePath :
fileName : string *
fullName : string byref -> bool
Parameters
- fileName
- Type: SystemString
- fullName
- Type: SystemString
Return Value
Type:
BooleanRemarks Returns true on success.
The file name may contain variables in $name format, e.g. "$OIVHOME", which will be replaced by the value returned by OIV.Inventor.SoPreferences for that name.
See Also