Class ReusableObject
Inheritance
ReusableObject
Assembly: NXOpen.dll
public class ReusableObject : TransientObject, IMessageSink, IDisposable
Constructors
Declaration
protected ReusableObject(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
Declaration
public string ContainerFile { get; set; }
Property Value
Declaration
public string DescriptiveName { get; set; }
Property Value
Declaration
public bool IsSavedInOriginalPart { get; set; }
Property Value
Declaration
public string ObjectGroupName { get; set; }
Property Value
Declaration
public string PartFile { get; set; }
Property Value
Declaration
public string PreviewImageFile { get; set; }
Property Value
Methods
Declaration
protected override void FreeResource()
Overrides
Declaration
public NXObject[] GetObjects()
Returns
Declaration
public void SetObjects(NXObject[] objects)
Parameters
Type |
Name |
Description |
NXObject[] |
objects |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink