Class AnnotationCollection
Inheritance
AnnotationCollection
Assembly: NXOpen.dll
Syntax
public class AnnotationCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
AnnotationCollection()
Declaration
protected AnnotationCollection()
AnnotationCollection(DiagrammingManager)
Declaration
protected AnnotationCollection(DiagrammingManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateAnnotationBuilder(Annotation)
Declaration
public AnnotationBuilder CreateAnnotationBuilder(Annotation annotation)
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
FindObject(string)
Declaration
public Annotation FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public Annotation[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink