Share

IManagedBalloon Interface

A managed drawing balloon.

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

Syntax

VB

Public Interface IManagedBalloon
	Inherits IManagedItem(Of Balloon)

C#

public interface IManagedBalloon : IManagedItem<Balloon>

The IManagedBalloon type exposes the following members.

Properties

  NameDescription
Public propertyName
Gets the name of the item.
(Inherited from IManagedItem(T).)
Public propertyNativeEntity
Gets the native Inventor API entity that is being managed.
(Inherited from IManagedItem(T).)

See Also

Reference

Was this information helpful?