Share

IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem) Interface


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

Syntax

VB

Public Interface IManagedCollectionWrapper(Of T, TManagedItem, TUnmanagedItem)

C#

public interface IManagedCollectionWrapper<T, TManagedItem, TUnmanagedItem>

Type Parameters

T
TManagedItem
TUnmanagedItem

The IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem) type exposes the following members.

Properties

  NameDescription
Public propertyNativeEntity
Returns the native Inventor API collection that is wrapped.

Methods

  NameDescription
Public methodItemByName
Gets the item with the given name. Throws an exception if none is found.
Public methodManagedItem
Returns the corresponding managed item for given native (Inventor API) item. Returns Nothing if it is not a managed or named item.

See Also

Reference

Was this information helpful?