public PropertyValue DMDELETEDOBJECTINFO_OBJECTTYPE_HIST( int index ) {get; set;}
public: property PropertyValue^ DMDELETEDOBJECTINFO_OBJECTTYPE_HIST { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue DMDELETEDOBJECTINFO_OBJECTTYPE_HIST( int index ) {get; set;}
public: property PropertyValue^ DMDELETEDOBJECTINFO_OBJECTTYPE_HIST { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Property is indexed. Possible indexes are from 1 to 50.
Using the index, this property outputs the types of the other deleted objects which were placed at the same place as the deletion marker. In other words, the type of the second deleted object is output using the index [1]; the type of the third deleted object is output using the index [2] etc. The first deleted object has the highest index value. (The type of the last deleted object is output to the "Deleted object: type" property (ID 36601).)