API Documentation > CorelDRAW > 2025-v26
Properties class
Represents a set of customized data items that is assigned to a Document, Page, Layer, or Shape object
Syntax:
Class Properties
Remarks:
The Properties class represents a set of customized data items that is assigned to a Document, Page, Layer, or Shape object. Each property item is identified by a name and ID; the name can be a program or macro name that owns the data, while the ID is any integer number.
Properties:
Name Description
_NewEnum Returns an enumerator that iterates through a collection
Count Gets the properties Count
Index Index of the property
Item Gets or sets an Item
ItemByIndex Gets item by index
Methods:
Name Description
Delete Deletes a property
DeleteAll Deletes all properties associated with the given section name
DeleteByIndex Deletes a property by index
Description Gets a property Description
Exists Returns True if the specified property exists
GetPoint Gets a Point item
GetVector Gets a Vector item
SetPoint Sets a Point item
SetVector Sets a Vector item