Class NoteManager
Inheritance
System.Object
System.MarshalByRefObject
NoteManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class NoteManager : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
NoteManager()
Declaration
protected NoteManager()
NoteManager(CaePart)
Declaration
protected NoteManager(CaePart owner)
Parameters
Type | Name | Description |
---|---|---|
CaePart | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CreateCaeNoteBuilder(SimpleDraftingAid)
Declaration
public CaeNoteBuilder CreateCaeNoteBuilder(SimpleDraftingAid annotation)
Parameters
Type | Name | Description |
---|---|---|
SimpleDraftingAid | annotation |
Returns
Type | Description |
---|---|
CaeNoteBuilder |
CreateNoteFolder(String)
Declaration
public NoteFolder CreateNoteFolder(string folderName)
Parameters
Type | Name | Description |
---|---|---|
System.String | folderName |
Returns
Type | Description |
---|---|
NoteFolder |
DeleteFolder(NoteFolder)
Declaration
public void DeleteFolder(NoteFolder folder)
Parameters
Type | Name | Description |
---|---|---|
NoteFolder | folder |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
GetFolderOfAnnotation(NoteBase)
Declaration
public TaggedObject GetFolderOfAnnotation(NoteBase annotation)
Parameters
Type | Name | Description |
---|---|---|
NoteBase | annotation |
Returns
Type | Description |
---|---|
TaggedObject |
MoveNotesToFolder(NoteFolder, NoteBase[])
Declaration
public void MoveNotesToFolder(NoteFolder folder, NoteBase[] annotation)
Parameters
Type | Name | Description |
---|---|---|
NoteFolder | folder | |
NoteBase[] | annotation |
RenameFolder(NoteFolder, String)
Declaration
public void RenameFolder(NoteFolder folder, string folderName)
Parameters
Type | Name | Description |
---|---|---|
NoteFolder | folder | |
System.String | folderName |
ToArray()
Declaration
public NoteFolder[] ToArray()
Returns
Type | Description |
---|---|
NoteFolder[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable