Search Results for

    Show / Hide Table of Contents

    Class RectangularTargetData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    DatumTargetData
    RectangularTargetData
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    DatumTargetData.GetSimpleDraftingAidPreferences()
    DatumTargetData.SetSimpleDraftingAidPreferences(SimpleDraftingAidPreferences)
    DatumTargetData.DatumLabel
    DatumTargetData.Index
    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 RectangularTargetData : DatumTargetData, IMessageSink, IDisposable

    Constructors

    RectangularTargetData(nint)

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

    Methods

    FreeResource()

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

    GetLength()

    Declaration
    public Value GetLength()
    Returns
    Type Description
    Value

    GetWidth()

    Declaration
    public Value GetWidth()
    Returns
    Type Description
    Value

    SetLength(Value)

    Declaration
    public void SetLength(Value length)
    Parameters
    Type Name Description
    Value length

    SetWidth(Value)

    Declaration
    public void SetWidth(Value width)
    Parameters
    Type Name Description
    Value width

    Implements

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