Search Results for

    Show / Hide Table of Contents

    Class CoordinateNoteBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PmiAttributeBuilder
    CoordinateNoteBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class CoordinateNoteBuilder : PmiAttributeBuilder, IMessageSink, IComponentBuilder

    Constructors

    CoordinateNoteBuilder()

    Declaration
    protected CoordinateNoteBuilder()

    Properties

    Category

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

    DecimalPlace

    Declaration
    public int DecimalPlace { get; set; }
    Property Value
    Type Description
    System.Int32

    Identifier

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

    Revision

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

    StringPrefixI

    Declaration
    public string StringPrefixI { get; set; }
    Property Value
    Type Description
    System.String

    StringPrefixJ

    Declaration
    public string StringPrefixJ { get; set; }
    Property Value
    Type Description
    System.String

    StringPrefixK

    Declaration
    public string StringPrefixK { get; set; }
    Property Value
    Type Description
    System.String

    StringPrefixLabel

    Declaration
    public string StringPrefixLabel { get; set; }
    Property Value
    Type Description
    System.String

    StringPrefixLevel

    Declaration
    public string StringPrefixLevel { get; set; }
    Property Value
    Type Description
    System.String

    StringPrefixX

    Declaration
    public string StringPrefixX { get; set; }
    Property Value
    Type Description
    System.String

    StringPrefixY

    Declaration
    public string StringPrefixY { get; set; }
    Property Value
    Type Description
    System.String

    StringPrefixZ

    Declaration
    public string StringPrefixZ { get; set; }
    Property Value
    Type Description
    System.String

    StringSuffixI

    Declaration
    public string StringSuffixI { get; set; }
    Property Value
    Type Description
    System.String

    StringSuffixJ

    Declaration
    public string StringSuffixJ { get; set; }
    Property Value
    Type Description
    System.String

    StringSuffixK

    Declaration
    public string StringSuffixK { get; set; }
    Property Value
    Type Description
    System.String

    StringSuffixLabel

    Declaration
    public string StringSuffixLabel { get; set; }
    Property Value
    Type Description
    System.String

    StringSuffixLevel

    Declaration
    public string StringSuffixLevel { get; set; }
    Property Value
    Type Description
    System.String

    StringSuffixX

    Declaration
    public string StringSuffixX { get; set; }
    Property Value
    Type Description
    System.String

    StringSuffixY

    Declaration
    public string StringSuffixY { get; set; }
    Property Value
    Type Description
    System.String

    StringSuffixZ

    Declaration
    public string StringSuffixZ { get; set; }
    Property Value
    Type Description
    System.String

    Title

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

    ToggleI

    Declaration
    public bool ToggleI { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToggleJ

    Declaration
    public bool ToggleJ { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToggleK

    Declaration
    public bool ToggleK { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToggleLabel

    Declaration
    public bool ToggleLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToggleLevel

    Declaration
    public bool ToggleLevel { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToggleX

    Declaration
    public bool ToggleX { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToggleY

    Declaration
    public bool ToggleY { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToggleZ

    Declaration
    public bool ToggleZ { get; set; }
    Property Value
    Type Description
    System.Boolean

    TrackingCsys

    Declaration
    public CoordinateSystem TrackingCsys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    TrackingPoint

    Declaration
    public Point TrackingPoint { get; set; }
    Property Value
    Type Description
    Point

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX