Click or drag to resize

InstanceDefinitionTableModifySourceArchive Method

If the instance definition is linked or embedded, use SetSource to specify the source archive.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool ModifySourceArchive(
	int idefIndex,
	FileReference sourceArchive,
	InstanceDefinitionUpdateType updateType,
	bool quiet
)

Parameters

idefIndex
Type: SystemInt32
The index of the instance definition to be modified.
sourceArchive
Type: Rhino.FileIOFileReference
The new source archive file name.
updateType
Type: Rhino.DocObjectsInstanceDefinitionUpdateType

[Missing <param name="updateType"/> documentation for "M:Rhino.DocObjects.Tables.InstanceDefinitionTable.ModifySourceArchive(System.Int32,Rhino.FileIO.FileReference,Rhino.DocObjects.InstanceDefinitionUpdateType,System.Boolean)"]

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

Return Value

Type: Boolean
Returns true if the definition was successfully modified otherwise returns false.
See Also