Public Interface IManagedBalloons Inherits IManagedCollectionWrapper(Of Balloons, IManagedBalloon, Balloon)
public interface IManagedBalloons : IManagedCollectionWrapper<Balloons, IManagedBalloon, Balloon>
The IManagedBalloons type exposes the following members.
| Name | Description | |
|---|---|---|
| NativeEntity |
Returns the native Inventor API collection that is wrapped.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) |
| Name | Description | |
|---|---|---|
| Add |
Adds or edits a balloon. The corresponding BOMView in the model is automatically enabled if not already enabled.
| |
| ItemByName |
Gets the item with the given name. Throws an exception if none is found.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) | |
| ManagedItem |
Returns the corresponding managed item for given native (Inventor API) item.
Returns Nothing if it is not a managed or named item.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) | |
| SetPartsListOptions |
Sets the parts list options for balloon creation.
If these options where previously set as a result of creating a parts list or a balloon in the drawing based on the same model,
this call has no effect.
|