Search Results for

    Show / Hide Table of Contents

    Class NoteManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    NoteManager
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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

    AttachObjectsWithNote(TaggedObject, TaggedObject[])

    Declaration
    public void AttachObjectsWithNote(TaggedObject note, TaggedObject[] objectArray)
    Parameters
    Type Name Description
    TaggedObject note
    TaggedObject[] objectArray

    CreateCaeNoteBuilder(SimpleDraftingAid)

    Declaration
    public CaeNoteBuilder CreateCaeNoteBuilder(SimpleDraftingAid annotation)
    Parameters
    Type Name Description
    SimpleDraftingAid annotation
    Returns
    Type Description
    CaeNoteBuilder

    CreateNote(string[], Point3d, int, int, int, Plane, string)

    Declaration
    public CaeNote CreateNote(string[] lines, Point3d origin, int font, int fontColor, int fontSize, Plane planeType, string folderName)
    Parameters
    Type Name Description
    string[] lines
    Point3d origin
    int font
    int fontColor
    int fontSize
    Plane planeType
    string folderName
    Returns
    Type Description
    CaeNote

    CreateNoteFolder(string)

    Declaration
    public NoteFolder CreateNoteFolder(string folderName)
    Parameters
    Type Name Description
    string folderName
    Returns
    Type Description
    NoteFolder

    CreateNotePreferencesBuilder()

    Declaration
    public NotePreferencesBuilder CreateNotePreferencesBuilder()
    Returns
    Type Description
    NotePreferencesBuilder

    DeleteFolder(NoteFolder)

    Declaration
    public void DeleteFolder(NoteFolder folder)
    Parameters
    Type Name Description
    NoteFolder folder

    DetachObjectsWithNote(TaggedObject)

    Declaration
    public void DetachObjectsWithNote(TaggedObject note)
    Parameters
    Type Name Description
    TaggedObject note

    EnumerateMoveNext(ref Tag, byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    FindNotesWithSubtext(string, out TaggedObject[])

    Declaration
    public void FindNotesWithSubtext(string findStr, out TaggedObject[] noteArray)
    Parameters
    Type Name Description
    string findStr
    TaggedObject[] noteArray

    FindNotesWithText(string, out TaggedObject[])

    Declaration
    public void FindNotesWithText(string findStr, out TaggedObject[] noteArray)
    Parameters
    Type Name Description
    string findStr
    TaggedObject[] noteArray

    GetAllNotes(out TaggedObject[])

    Declaration
    public void GetAllNotes(out TaggedObject[] noteArray)
    Parameters
    Type Name Description
    TaggedObject[] noteArray

    GetAllNotesOfFolder(string, out TaggedObject[])

    Declaration
    public void GetAllNotesOfFolder(string folderName, out TaggedObject[] noteArray)
    Parameters
    Type Name Description
    string folderName
    TaggedObject[] noteArray

    GetDisplayStatus(TaggedObject)

    Declaration
    public bool GetDisplayStatus(TaggedObject notes)
    Parameters
    Type Name Description
    TaggedObject notes
    Returns
    Type Description
    bool

    GetFolderOfAnnotation(NoteBase)

    Declaration
    public TaggedObject GetFolderOfAnnotation(NoteBase annotation)
    Parameters
    Type Name Description
    NoteBase annotation
    Returns
    Type Description
    TaggedObject

    HideNotes(TaggedObject[])

    Declaration
    public void HideNotes(TaggedObject[] noteArray)
    Parameters
    Type Name Description
    TaggedObject[] noteArray

    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
    string folderName

    SetAnnotContextToAnnotCaeContext(TaggedObject)

    Declaration
    public void SetAnnotContextToAnnotCaeContext(TaggedObject note)
    Parameters
    Type Name Description
    TaggedObject note

    SetOrigin(TaggedObject, Point3d)

    Declaration
    public void SetOrigin(TaggedObject note, Point3d origin)
    Parameters
    Type Name Description
    TaggedObject note
    Point3d origin

    SetParallelToScreen(bool, CaeNote[])

    Declaration
    public void SetParallelToScreen(bool parallelToScreen, CaeNote[] annotations)
    Parameters
    Type Name Description
    bool parallelToScreen
    CaeNote[] annotations

    SetText(TaggedObject, string[])

    Declaration
    public void SetText(TaggedObject note, string[] lines)
    Parameters
    Type Name Description
    TaggedObject note
    string[] lines

    ShowNotes(TaggedObject[])

    Declaration
    public void ShowNotes(TaggedObject[] noteArray)
    Parameters
    Type Name Description
    TaggedObject[] noteArray

    ToArray()

    Declaration
    public NoteFolder[] ToArray()
    Returns
    Type Description
    NoteFolder[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IEnumerable
    In this article
    Back to top Generated by DocFX