ICadViewBalloonsDoNotAttachToComponent 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: 23.0
Syntax Sub DoNotAttachToComponent (
componentName As String
)
void DoNotAttachToComponent(
string componentName
)
Parameters
- componentName
- Type: SystemString
The component name, as it appears in the assembly model browser.
See Also