Class LeaderBundle
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
LeaderSide
Declaration
public LeaderSide LeaderSide { get; set; }
Property Value
LeaderType
Declaration
public LeaderType LeaderType { get; set; }
Property Value
NumberOfLeaders
Declaration
public int NumberOfLeaders { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink