Class NoteCollection
Inheritance
NoteCollection
Assembly: NXOpen.dll
Syntax
public class NoteCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
NoteCollection()
Declaration
protected NoteCollection()
NoteCollection(Part)
Declaration
protected NoteCollection(Part owner)
Parameters
Type |
Name |
Description |
Part |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
Declaration
public PmiNote CreatePmiNote(NoteData noteData, PmiData pmiData, Xform annotationPlane, Point3d origin)
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
NewNoteData()
Declaration
public NoteData NewNoteData()
Returns
ToArray()
Declaration
public BaseNote[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink