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
)
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.
See Also