Click or drag to resize
SbFileHelperExpandString Method

Returns a new version of the string with "$NAME" SoPreference variable names expanded to their defined value.

Namespace: OIV.Inventor.Helpers
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static string ExpandString(
	string string
)

Parameters

string
Type: SystemString

Return Value

Type: String
Remarks

If the specified name does not have a defined value, the name is copied as-is.

See Also