Search Results for

    Show / Hide Table of Contents

    Class DatumData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    DatumData
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    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 DatumData : TransientObject, IMessageSink, IDisposable

    Constructors

    DatumData(nint)

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

    Properties

    AlwaysVertical

    Declaration
    public bool AlwaysVertical { get; set; }
    Property Value
    Type Description
    bool

    DrawX

    Declaration
    public bool DrawX { get; set; }
    Property Value
    Type Description
    bool

    Label

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

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetSimpleDraftingAidPreferences()

    Declaration
    public SimpleDraftingAidPreferences GetSimpleDraftingAidPreferences()
    Returns
    Type Description
    SimpleDraftingAidPreferences

    SetSimpleDraftingAidPreferences(SimpleDraftingAidPreferences)

    Declaration
    public void SetSimpleDraftingAidPreferences(SimpleDraftingAidPreferences preferences)
    Parameters
    Type Name Description
    SimpleDraftingAidPreferences preferences

    Implements

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