![]() |
Adobe Photoshop SDK |
|
PIPropertyList Struct ReferenceThe plug-in property list structure has a version number and a count followed by one or more property structures.
More...
|
Data Fields | |
int32 | version |
Properties data structure version number. | |
int32 | count |
Number of properties in this property list. | |
PIProperty | properties [1] |
A variable length array of property data structures. |
A PIPropertyList
is accessed using the PICA Property Suite: SPPropertiesSuite
, described in The Adobe PICA API.
int32 PIPropertyList::version |
Properties data structure version number.
int32 PIPropertyList::count |
Number of properties in this property list.
A variable length array of property data structures.