Search Results for

    Show / Hide Table of Contents

    Class LeaderBundle

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

    Constructors

    LeaderBundle(nint)

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

    Properties

    LeaderAlignment

    Declaration
    public LeaderAlignment LeaderAlignment { get; set; }
    Property Value
    Type Description
    LeaderAlignment

    LeaderSide

    Declaration
    public LeaderSide LeaderSide { get; set; }
    Property Value
    Type Description
    LeaderSide

    LeaderType

    Declaration
    public LeaderType LeaderType { get; set; }
    Property Value
    Type Description
    LeaderType

    NumberOfLeaders

    Declaration
    public int NumberOfLeaders { get; set; }
    Property Value
    Type Description
    int

    Methods

    FreeResource()

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

    SetLeaderData(int, LeaderAttachment, NXObject, View, Point3d, double, Point3d[])

    Declaration
    public void SetLeaderData(int n, LeaderAttachment attachmentType, NXObject attachmentObject, View attachmentView, Point3d endPoint, double angle, Point3d[] intermediatePoints)
    Parameters
    Type Name Description
    int n
    LeaderAttachment attachmentType
    NXObject attachmentObject
    View attachmentView
    Point3d endPoint
    double angle
    Point3d[] intermediatePoints

    Implements

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