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

Description

Unloads the external reference.

Syntax

Visual Basic
Public Sub Unload() 

Example

Private Sub Unload_Example()

     Dim b As Block

     Set b = ActiveDocument.Blocks(1)

     b.Unload

     MsgBox "Blocks(1) has been unloaded."

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.