Click or drag to resize

ICadViewBalloonsAttachToComponent Method

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.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Sub AttachToComponent ( 
	componentName As String
)

Parameters

componentName
Type: SystemString
The component name, as it appears in the assembly model browser.
See Also