Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Public Interface IManagedDrawingNotes Inherits IManagedCollectionWrapper(Of DrawingNotes, IManagedDrawingNote, DrawingNote)
C#
public interface IManagedDrawingNotes : IManagedCollectionWrapper<DrawingNotes, IManagedDrawingNote, DrawingNote>
The IManagedDrawingNotes type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | GeneralNotes |
Gets the collection of general notes on the sheet.
|
![]() | HoleThreadNotes |
Gets the collection of hole and thread notes on the sheet.
|
![]() | LeaderNotes |
Gets the collection of leader notes on the sheet.
|
![]() | NativeEntity |
Returns the native Inventor API collection that is wrapped.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) |
Methods
Name | Description | |
---|---|---|
![]() | 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).) |