Search Results for

    Show / Hide Table of Contents

    Class PmiCoordinateNoteData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PmiSemanticData
    PmiCoordinateNoteData
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    PmiSemanticData.FreeResource()
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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 PmiCoordinateNoteData : PmiSemanticData, IMessageSink, IDisposable

    Constructors

    PmiCoordinateNoteData(nint)

    Declaration
    protected PmiCoordinateNoteData(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Category

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

    CoordinateSystem

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

    DecimalPlaces

    Declaration
    public int DecimalPlaces { get; }
    Property Value
    Type Description
    int

    IPrefix

    Declaration
    public string IPrefix { get; }
    Property Value
    Type Description
    string

    ISuffix

    Declaration
    public string ISuffix { get; }
    Property Value
    Type Description
    string

    IncludeI

    Declaration
    public bool IncludeI { get; }
    Property Value
    Type Description
    bool

    IncludeJ

    Declaration
    public bool IncludeJ { get; }
    Property Value
    Type Description
    bool

    IncludeK

    Declaration
    public bool IncludeK { get; }
    Property Value
    Type Description
    bool

    IncludeLabel

    Declaration
    public bool IncludeLabel { get; }
    Property Value
    Type Description
    bool

    IncludeLevel

    Declaration
    public bool IncludeLevel { get; }
    Property Value
    Type Description
    bool

    IncludeX

    Declaration
    public bool IncludeX { get; }
    Property Value
    Type Description
    bool

    IncludeY

    Declaration
    public bool IncludeY { get; }
    Property Value
    Type Description
    bool

    IncludeZ

    Declaration
    public bool IncludeZ { get; }
    Property Value
    Type Description
    bool

    JPrefix

    Declaration
    public string JPrefix { get; }
    Property Value
    Type Description
    string

    JSuffix

    Declaration
    public string JSuffix { get; }
    Property Value
    Type Description
    string

    KPrefix

    Declaration
    public string KPrefix { get; }
    Property Value
    Type Description
    string

    KSuffix

    Declaration
    public string KSuffix { get; }
    Property Value
    Type Description
    string

    LabelPrefix

    Declaration
    public string LabelPrefix { get; }
    Property Value
    Type Description
    string

    LabelSuffix

    Declaration
    public string LabelSuffix { get; }
    Property Value
    Type Description
    string

    LevelPrefix

    Declaration
    public string LevelPrefix { get; }
    Property Value
    Type Description
    string

    LevelSuffix

    Declaration
    public string LevelSuffix { get; }
    Property Value
    Type Description
    string

    Revision

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

    Title

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

    TrackedObject

    Declaration
    public NXObject TrackedObject { get; }
    Property Value
    Type Description
    NXObject

    XPrefix

    Declaration
    public string XPrefix { get; }
    Property Value
    Type Description
    string

    XSuffix

    Declaration
    public string XSuffix { get; }
    Property Value
    Type Description
    string

    YPrefix

    Declaration
    public string YPrefix { get; }
    Property Value
    Type Description
    string

    YSuffix

    Declaration
    public string YSuffix { get; }
    Property Value
    Type Description
    string

    ZPrefix

    Declaration
    public string ZPrefix { get; }
    Property Value
    Type Description
    string

    ZSuffix

    Declaration
    public string ZSuffix { get; }
    Property Value
    Type Description
    string

    Implements

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