::hwp::hv_gethwcmark
Returns ID’s of HyperView entities marked with HWC.
Syntax
::hwp::hv_gethwcmark
Application
Tcl Query
Description
This procedure returns ID’s of HyperView entities marked with HWC.
Mandatory Arguments
- -entity "entitytype"
- The type of the requested entity.
Optional Arguments
- -range "true/false"
- Return ID list in compressed range syntax (1,4-6,8,12-15,…).
- -modelid "modelID"
- The model ID of the requested model.
- -returntype "id/pool/poolid"
- Returns the pool type and related ID’s in sublists.
Returns
Returns ID’s of HyperView entities marked with HWC.
Examples
set idList [::hwp::hv_gethwcmark -entity component]
set poolIdRangeList [ ::hwp::hv_gethwcmark -entity component -range true -returntype poolid]