Public Interface IManagedHoleThreadNotes Inherits IManagedCollectionWrapper(Of HoleThreadNotes, IManagedHoleThreadNote, HoleThreadNote)
public interface IManagedHoleThreadNotes : IManagedCollectionWrapper<HoleThreadNotes, IManagedHoleThreadNote, HoleThreadNote>
The IManagedHoleThreadNotes type exposes the following members.
| Name | Description | |
|---|---|---|
| NativeEntity |
Returns the native Inventor API collection that is wrapped.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) |
| Name | Description | |
|---|---|---|
| Add |
Adds or edits a hole or thread note. Different results are possible depending on the input provided, as discussed below.
| |
| 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).) | |
| TryGetItem |
Try to get a managed hole or thread note.
|