Jump to: navigation, search

Difference between revisions of "HowTo:Use an Unit on a MetaProperty"


Line 1: Line 1:
A [[MetaProperty]] with a [[UnitItem}]] is used to provide a property with a particular entity (eg ampere, volt, etc.).
+
A [[MetaProperty]] with a [[UnitItem]] is used to provide a property with a particular entity (eg ampere, volt, etc.).
# Locate an existing or create a new [[Selective List]]
+
# Navigate to the [[MetaClass]] [[CUSTOMMETAPROPERTY]] in the ''[[Class Browser]]''<br/>[[File:UI_Unit_01.PNG|330 px|border|alt=Unit|Unit]]
# Assign the list to the ''SELECTIVELIST'' attribute either by
+
# Locate an existing or create a new Custom metaproperty using the ''[[Bulk Editor]]''<br/>[[File:UI_Unit_02.PNG|880px|border|alt=Unit|Unit]]
#* dragging and dropping the list object onto the cell
+
# It is required to assign a UnitItem to the '''UNITITEM''' attribute either by
#* selecting the desired list from the dialog appearing after double-clicking the cell
+
#* dragging and dropping a Unit object onto the cell
 +
#* selecting the desired Unit from the dialog appearing after double-clicking the cell
 +
# It is recommended to set at least name and description
 +
# Save the changes with {{key press|Ctrl|S}} or the save command
  
The property values can not be edited manually anymore but selected from the list.
 
  
 
== See also ==
 
== See also ==
* [[Create a new Selective List]]
+
* [[Create a new MetaProperty#UNITITEM|Create a new MetaProperty]]
  
 
[[Category:How-To]]
 
[[Category:How-To]]
 
[[Category:UBIK Studio]]
 
[[Category:UBIK Studio]]

Revision as of 09:20, 26 November 2013

A MetaProperty with a UnitItem is used to provide a property with a particular entity (eg ampere, volt, etc.).

  1. Navigate to the MetaClass CUSTOMMETAPROPERTY in the Class Browser
    Unit
  2. Locate an existing or create a new Custom metaproperty using the Bulk Editor
    Unit
  3. It is required to assign a UnitItem to the UNITITEM attribute either by
    • dragging and dropping a Unit object onto the cell
    • selecting the desired Unit from the dialog appearing after double-clicking the cell
  4. It is recommended to set at least name and description
  5. Save the changes with Ctrl+S or the save command


See also