InstanceDefinitionTable.MakeSourcePathRelative Method

InstanceDefinitionTableMakeSourcePathRelative Method

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

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool MakeSourcePathRelative(
	InstanceDefinition idef,
	bool relative,
	bool quiet
)
Public Function MakeSourcePathRelative ( 
	idef As InstanceDefinition,
	relative As Boolean,
	quiet As Boolean
) As Boolean

Parameters

idef
Type: Rhino.DocObjectsInstanceDefinition
The instance definition to be marked.
relative
Type: SystemBoolean

If true, the path should be considered as relative.

If false, the path should be considered as absolute.

quiet
Type: SystemBoolean
If true, then message boxes about erroneous parameters will not be shown.

Return Value

Type: Boolean
true if the instance definition could be modified.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Obsolete (compiler warning) in 6.14
See Also