Difference between revisions of "MC-Basic:DELETEMOVINGFRAME"

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

Revision as of 16:14, 17 March 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, and  all tasks  using the Moving Frame should be unloaded.

Examples

DeleteMovingFrame CNV

See Also