CollectionItem.Obj
 
 
 

CollectionItem.Obj

Description

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.

C# Syntax

// get accessor
Object rtn = CollectionItem.Obj;
// set accessor
CollectionItem.Obj = Object;