Search Results for

    Show / Hide Table of Contents

    Class SpecificNoteBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PmiAttributeBuilder
    SpecificNoteBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    PmiAttributeBuilder.GetAttributeValues()
    PmiAttributeBuilder.SetAttributeValues(NXObject[])
    PmiAttributeBuilder.AssociatedObjects
    PmiAttributeBuilder.Attribute
    PmiAttributeBuilder.BusinessModifier
    PmiAttributeBuilder.KnowledgeFusionClassName
    PmiAttributeBuilder.Leader
    PmiAttributeBuilder.Origin
    PmiAttributeBuilder.Style
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class SpecificNoteBuilder : PmiAttributeBuilder, IMessageSink, IComponentBuilder

    Constructors

    SpecificNoteBuilder()

    Declaration
    protected SpecificNoteBuilder()

    Properties

    Category

    Declaration
    public string Category { get; set; }
    Property Value
    Type Description
    string

    Identifier

    Declaration
    public string Identifier { get; set; }
    Property Value
    Type Description
    string

    Revision

    Declaration
    public string Revision { get; set; }
    Property Value
    Type Description
    string

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string

    Methods

    GetText()

    Declaration
    public string[] GetText()
    Returns
    Type Description
    string[]

    SetText(string[])

    Declaration
    public void SetText(string[] text)
    Parameters
    Type Name Description
    string[] text

    Implements

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