Difference between revisions of "MC-Basic:DELETEMOVINGFRAME"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:DELETEMOVINGFRAME to MC-Basic:DELETEMOVINGFRAME: Global renaming of Axystems: namespace into (Main):)
 
Line 38: Line 38:
 
* [[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:MC-Basic:Declarations|DELETEMOVINGFRAME]]
 
}}
 
}}

Latest revision as of 09:14, 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