CreatorSE.Dimension Data Type

Width and height dimensions of a component such as a product area or design element.

Properties
Name Type Description
width number The width dimension.
height number The height dimension.
CreatorSE.Dimension (JSON)
{
  "creatorse_dimension" : {
    "width" : 12345.0,
    "height" : 12345.0
  }
}
CreatorSE.Dimension Data Type

Width and height dimensions of a component such as a product area or design element.

Properties
Name Type Description
height double The height dimension.
width double The width dimension.
CreatorSE.Dimension (XML)
<creatorse_dimension>
  <width>...</width>
  <height>...</height>
</creatorse_dimension>