A managed wrapper for the dimensions on a drawing sheet.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Public Interface IManagedDrawingDimensions Inherits IManagedCollectionWrapper(Of DrawingDimensions, IManagedDrawingDimension, DrawingDimension)
C#
public interface IManagedDrawingDimensions : IManagedCollectionWrapper<DrawingDimensions, IManagedDrawingDimension, DrawingDimension>
The IManagedDrawingDimensions type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | GeneralDimensions |
Returns the general dimensions (linear, angular, diameter, and radius).
|
![]() | NativeEntity |
Returns the native Inventor API collection that is wrapped.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) |
Methods
Name | Description | |
---|---|---|
![]() | Arrange |
Arrange the dimensions that have been managed in the current session.
|
![]() | 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).) |