InstanceDefinitionTable.RefreshLinkedBlock Method

InstanceDefinitionTableRefreshLinkedBlock Method

Reload linked block definitions and update the Rhino display.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool RefreshLinkedBlock(
	InstanceDefinition definition
)
Public Function RefreshLinkedBlock ( 
	definition As InstanceDefinition
) As Boolean

Parameters

definition
Type: Rhino.DocObjectsInstanceDefinition
Instance definition to reload.

Return Value

Type: Boolean
Returns true if the linked file was successfully read and updated.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also