Share

IManagedItem(T) Interface

A generic managed item.

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

Syntax

VB

Public Interface IManagedItem(Of T)

C#

public interface IManagedItem<T>

Type Parameters

T

The IManagedItem(T) type exposes the following members.

Properties

  NameDescription
Public propertyName
Gets the name of the item.
Public propertyNativeEntity
Gets the native Inventor API entity that is being managed.

See Also

Reference

Was this information helpful?