Class LeaderBundle
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class LeaderBundle : TransientObject, IMessageSink, IDisposable
Constructors
LeaderBundle(IntPtr)
Declaration
protected LeaderBundle(IntPtr ptr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | 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 |
|---|---|
| System.Int32 |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SetLeaderData(Int32, 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 |
|---|---|---|
| System.Int32 | n | |
| LeaderAttachment | attachmentType | |
| NXObject | attachmentObject | |
| View | attachmentView | |
| Point3d | endPoint | |
| System.Double | angle | |
| Point3d[] | intermediatePoints |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable