Search Results for

    Show / Hide Table of Contents

    Class NoteManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    NoteManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, Byte[])

    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
    In This Article
    Back to top Generated by DocFX