Click or drag to resize

ICadViewBalloons Interface

Provides functions and properties for balloons in a drawing view.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface ICadViewBalloons

The ICadViewBalloons type exposes the following members.

Methods
  NameDescription
Public methodAttachToComponent
This can be used to explicitly specify a component that want the Reattach function to attach a balloon to. If you specify one component, you have to specify all that you want to attach to.
Public methodDoNotAttachToComponent
This can be used to specify a component that you don't want the Reattach function to attach a balloon to.
Public methodReattach
Reattaches the balloons to their corresponding components after the components have moved.
Top
See Also