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: 10.12.3.0 (10.12.3.0)
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