CollectionItem.Families

CollectionItem.Families

説明

オブジェクトのすべてのファミリ名をStringArrayを戻します。

C#構文

// get accessor

String rtn = CollectionItem.Families;

VBScript の例

set oItem = CreateObject("XSI.CollectionItem")

oItem.Value = "Camera"

logmessage "object belongs to families:" & oItem.Families