Difference between revisions of "MC-Basic:DELETEMOVINGFRAME"

From SoftMC-Wiki
Jump to: navigation, search
m
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:COMMON SHARED ... AS MOVING FRAME OF ...|COMMON SHARED ... AS MOVING FRAME OF ...]]
+
* [[MC-Basic:COMMON SHARED ... AS MOVING FRAME OF ...|COMMON SHARED ... AS MOVING FRAME OF ...]]
  
 
[[Category:Axystems:MC-Basic:Declarations|DELETEMOVINGFRAME]]
 
[[Category:Axystems:MC-Basic:Declarations|DELETEMOVINGFRAME]]
 
}}
 
}}

Revision as of 08:36, 22 May 2014

This command deletes  a Moving Frame. No element can be linked to this Moving Frame after  delition.

Syntax

DeleteMovingFrame <Moving Frame>

Scope

Task or Terminal

Limitations

  • Write only.
  • Moving Frame must not be in use.\
  • All tasks using the Moving Frame must be unloaded.

Examples

DeleteMovingFrame CNV

See Also