Search Results for

    Show / Hide Table of Contents

    Class ComponentData

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

    Constructors

    ComponentData(nint)

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

    Methods

    FreeResource()

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

    GetArcComponents()

    Declaration
    public ArcComponent[] GetArcComponents()
    Returns
    Type Description
    ArcComponent[]

    GetArrowComponents()

    Declaration
    public ArrowComponent[] GetArrowComponents()
    Returns
    Type Description
    ArrowComponent[]

    GetEntities()

    Declaration
    public DisplayableObject[] GetEntities()
    Returns
    Type Description
    DisplayableObject[]

    GetEntitiesAutodelete()

    Declaration
    public DisplayableObject[] GetEntitiesAutodelete()
    Returns
    Type Description
    DisplayableObject[]

    GetLineComponents()

    Declaration
    public LineComponent[] GetLineComponents()
    Returns
    Type Description
    LineComponent[]

    GetTextComponents()

    Declaration
    public TextComponent[] GetTextComponents()
    Returns
    Type Description
    TextComponent[]

    Implements

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