NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.Mfg.Mlp.Command Class Reference

Represents a Machining Line Planner command More...

Inheritance diagram for NXOpen.Mfg.Mlp.Command:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe bool CanUndo ()
 Returns whether this command is undoable More...
 
unsafe NXOpen.Mfg.Mlp.Input CreateInput ()
 Create the command input, to destroy the command input use NXOpen.Mfg.Mlp.Input.Destroy More...
 
unsafe void Destroy ()
 Destroy command More...
 
unsafe void Execute (NXOpen.Mfg.Mlp.Input input)
 Execute the command More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a Machining Line Planner command

To obtain an instance of this class use NXOpen.Mfg.Mlp.MachiningLinePlanner.CreateCommand .

Created in NX1847.0.0

Member Function Documentation

unsafe bool NXOpen.Mfg.Mlp.Command.CanUndo ( )
inline

Returns whether this command is undoable

Created in NX1847.0.0

License requirements: None.

Returns
unsafe NXOpen.Mfg.Mlp.Input NXOpen.Mfg.Mlp.Command.CreateInput ( )
inline

Create the command input, to destroy the command input use NXOpen.Mfg.Mlp.Input.Destroy

Created in NX1847.0.0

License requirements: nx_mlp_setup (" NX Multi Setup Planner")

Returns
unsafe void NXOpen.Mfg.Mlp.Command.Destroy ( )
inline

Destroy command

Created in NX1847.0.0

License requirements: nx_mlp_setup (" NX Multi Setup Planner")

unsafe void NXOpen.Mfg.Mlp.Command.Execute ( NXOpen.Mfg.Mlp.Input  input)
inline

Execute the command

Created in NX1847.0.0

License requirements: nx_mlp_setup (" NX Multi Setup Planner")

Parameters
input

The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.