Version: 2019.4
public void GetItemMergedSamplesInstanceID (int id, List<int> outInstanceIds);

パラメーター

idHierarchy item identifier.
outInstanceIdsList filled with InstanceID values of merged samples as a result of a method call.

説明

Retrieves the instanceID of the merged samples corresponding to a hierarchy item.

When HierarchyFrameDataView uses ViewMode.MergeSamplesWithTheSameName mode, multiple samples with the same name at the same hierarchy level are merged together and are represented by a single item. Respectively GetItemColumnData in this case represents an aggregated value.
GetItemMergedSamplesColumnData allows to obtain values of individual samples in merged hierarchy.
The result is written to outInstanceIds list which is resized if neccesary.

See Also: GetItemInstanceID.