Share

ICadViewBalloons.AttachToComponent 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: 29.0

Syntax

VB

Sub AttachToComponent ( 
	componentName As String
)

C#

void AttachToComponent(
	string componentName
)

Parameters

componentName
Type: System.String
The component name, as it appears in the assembly model browser.

See Also

Reference

Was this information helpful?