Provides functions and properties for balloons in a drawing view.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Public Interface ICadViewBalloons
C#
public interface ICadViewBalloons
The ICadViewBalloons type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AttachToComponent |
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.
| |
| DoNotAttachToComponent |
This can be used to specify a component that you don't want the Reattach function to attach a balloon to.
| |
| Reattach |
Reattaches the balloons to their corresponding components after the components have moved.
|
