Share

ICadViewBalloons.DoNotAttachToComponent Method

This can be used to specify a component that you don't want the Reattach function to attach a balloon to.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Sub DoNotAttachToComponent ( 
	componentName As String
)

C#

void DoNotAttachToComponent(
	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?