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)
Syntaxpublic 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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Obsolete (compiler warning) in 6.8
See Also