コレクション の項目数を Long として戻します。このコレクションの取得に使用したプロパティがオペレータに準拠している場合は、このプロパティはオペレータにのみ準拠します。
// get accessor Int32 rtn = SampleCollection.Count; |
set oRoot = Application.ActiveProject.ActiveScene.Root set oGrid = oRoot.AddGeometry("Grid","MeshSurface") set oCluster = oGrid.ActivePrimitive.Geometry.AddCluster(siPolygonCluster, "PolygonClusterOnGrid", array(59,60,61)) for i = 0 to (oCluster.Elements.Count - 1) LogMessage "Element(" & i & ") = " & oCluster.Elements(i) next |