Returns the object held by the collection item. This property only returns deprecated objects (Geometry_V1, Cluster_V1, or ClusterProperty_V1), and its functionality has been replaced by Primitive.Geometry and Geometry.Clusters.
// get accessor Object rtn = CollectionItem.Obj; // set accessor CollectionItem.Obj = Object; |