Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Public Interface IManagedGeneralDimension Inherits IManagedItem(Of GeneralDimension)
C#
public interface IManagedGeneralDimension : IManagedItem<GeneralDimension>
The IManagedGeneralDimension type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Name |
Gets the name of the item.
(Inherited from IManagedItem(T).) |
![]() | NativeEntity |
Gets the native Inventor API entity that is being managed.
(Inherited from IManagedItem(T).) |