Class ComponentData
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 ComponentData : TransientObject, IMessageSink, IDisposable
Constructors
ComponentData(IntPtr)
Declaration
protected ComponentData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
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
System.IDisposable