Class NoteCollection
Inheritance
NoteCollection
Assembly: NXOpen.dll
Syntax
public class NoteCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
NoteCollection()
Declaration
protected NoteCollection()
NoteCollection(CaePart)
Declaration
protected NoteCollection(CaePart owner)
Parameters
Type |
Name |
Description |
CaePart |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CreateLabel(LabelData)
Declaration
public CaeLabel CreateLabel(LabelData labelData)
Parameters
Returns
CreateNote(NoteData)
Declaration
public CaeNote CreateNote(NoteData noteData)
Parameters
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
NewLabelData()
Declaration
public LabelData NewLabelData()
Returns
NewNoteData()
Declaration
public NoteData NewNoteData()
Returns
RemoveAnnotationWithoutPlane()
Declaration
public void RemoveAnnotationWithoutPlane()
RemoveNote(TaggedObject)
Declaration
public void RemoveNote(TaggedObject note)
Parameters
ToArray()
Declaration
public BaseNote[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink