Class CommandImporter
Inheritance
CommandImporter
Assembly: NXOpen.dll
Syntax
public class CommandImporter : TransientObject, IMessageSink, IDisposable
Constructors
CommandImporter(nint)
Declaration
protected CommandImporter(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
ImportOption
Declaration
public CommandImporter.OverrideOption ImportOption { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetImportCandidates(out Command[])
Declaration
public void GetImportCandidates(out Command[] pCommands)
Parameters
Type |
Name |
Description |
Command[] |
pCommands |
|
ImportCommands(int[])
Declaration
public void ImportCommands(int[] pCommandIndexes)
Parameters
Type |
Name |
Description |
int[] |
pCommandIndexes |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink