Home > Contents > Index >
Get an IList of the dimensions assigned to a particular asset.
<asset.getdimensions list="name of output list" [name="name of asset whose dimensions will be returned"] [type="type of asset whose dimensions will be returned"] [assetid="asset id of asset whose dimensions will be returned"] />
TYPE
, OBJECTID
, NAME
,
corresponding to the dimension asset type (usually "Dimension"), the asset id, and the asset name.
Get an IList of the dimensions.
The IList has 3 columns: TYPE
, OBJECTID
, NAME
, corresponding to the dimension asset type (usually "Dimension"), the asset id,
and the asset name.
The possible values of errno
include:
Value
|
Description
|
---|
The following demonstrates how it is possible to loop through the dimensions belonging to an asset.
<asset.load name='a5' type="Variables.mda:c8" objectid="Variables.mda:cid8"/> <asset.getdimensions name="a5" list="dimlist2"/> <ics:listloop listname="dimlist2"> <ics:listget listname="dimlist2" fieldname="OBJECTID" output="dimlist2.objid"/> <ics:listget listname="dimlist2" fieldname="NAME" output="dimlist2.name"/> </ics:listloop>
Home > | Contents > | Index > | ||
![]() |
FatWire XML Tag Reference |