IntelliCAD 11.1 Object Library
Reload Method
See Also 
Block Collection : Reload Method

Description

Reloads the external reference.

Syntax

Visual Basic
Public Sub Reload() 

Example

Private Sub Reload_Example()

     Dim b As Block

     Set b = ActiveDocument.Blocks(1)

     b.Reload

     MsgBox "Blocks(1) has been reloaded."

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.