Creating an object label for the current location: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
m (1 revision(s))
mNo edit summary
 
Line 1: Line 1:
<font face="MS Sans Serif">Any subsystem can create an object label reference for its owning portal<br /> using the routine operation Label-&gt;Create SubSystem Label.
Any subsystem can create an object label reference for its owning portal using the routine operation Label-&gt;Create SubSystem Label.
 
This is very useful in cases where a parent portal has been dynamically copy/pasted and a portal contained therein needs to also be referenced using an object label reference. A routine executing within this other subsystem can allocate and obtain a label reference for that subsystem and store it in an attribute, in effect creating a "handle" to that subsystem.
 
This helps avoid having to copy/paste systems in layers in order to get label references to subsystems deeper in the hierarchy which is copy/pasted.
----




This is very useful in cases where a parent portal has been dynamically<br /> copy/pasted and a portal contained therein needs to also be referenced using<br /> an object label reference. A routine executing within this other subsystem<br /> can allocate and obtain a label reference for that subsystem and store it<br /> in an attribute, in effect creating a "handle" to that subsystem.


<font size="2">idkbase note 43</font>


This helps avoid having to copy/paste systems in layers in order to get<br /> label references to subsystems deeper in the hierarchy which is copy/pasted<br /> </font>
[[Category:Labellist]]
----
[[Category:Labellist/Object]]
[[Category:Object/Portal]]
[[Category:Dynamic Structure]]
[[Category:Dynamic Structure]]
<font size="2">idkbase note 43</font>
[[Category:Object]]

Latest revision as of 00:25, 13 January 2008

Any subsystem can create an object label reference for its owning portal using the routine operation Label->Create SubSystem Label.

This is very useful in cases where a parent portal has been dynamically copy/pasted and a portal contained therein needs to also be referenced using an object label reference. A routine executing within this other subsystem can allocate and obtain a label reference for that subsystem and store it in an attribute, in effect creating a "handle" to that subsystem.

This helps avoid having to copy/paste systems in layers in order to get label references to subsystems deeper in the hierarchy which is copy/pasted.



idkbase note 43