Description:

Obsolete method that always returns false. Marks the source path for a linked instance definition as relative or absolute.

Syntax:
public bool MakeSourcePathRelative(
InstanceDefinition idef,
bool relative,
bool quiet
)
deprecated in 6.0
obsolete: Source paths are always absolute at runtime. They cannot be changed.
Parameters:
  • relative
  • Type: bool
  • If true, the path should be considered as relative. If false, the path should be considered as absolute.
  • quiet
  • Type: bool
  • If true, then message boxes about erroneous parameters will not be shown.
Returns:
Type: bool
True if the instance definition could be modified.
Available since:
5.0

Nothing found