Click or drag to resize

InstanceDefinitionTableRefreshLinkedBlock Method

Reload linked block definitions and update the Rhino display.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool RefreshLinkedBlock(
	InstanceDefinition definition
)

Parameters

definition
Type: Rhino.DocObjectsInstanceDefinition
Instance definition to reload.

Return Value

Type: Boolean
Returns true if the linked file was successfully read and updated.
See Also