RhinoCommon API
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)

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: Booleantrue if the instance definition could be modified.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Obsolete (compiler warning) in 6.14