Search Results for

    Show / Hide Table of Contents

    Class ArrowComponent

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    ArrowComponent
    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 ArrowComponent : TransientObject, IMessageSink, IDisposable

    Constructors

    ArrowComponent(nint)

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

    Properties

    ArrowAngle

    Declaration
    public double ArrowAngle { get; }
    Property Value
    Type Description
    double

    IncludedArrowAngle

    Declaration
    public double IncludedArrowAngle { get; }
    Property Value
    Type Description
    double

    Index

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

    Origin

    Declaration
    public Point3d Origin { get; }
    Property Value
    Type Description
    Point3d

    Type

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

    Methods

    FreeResource()

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

    Implements

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