![]() | InDesign SDK 20.5 |
#include <IPathSelectionData.h>

Public Types | |
| enum | { kDefaultIID = IID_IPATHSELECTIONDATA } |
Public Member Functions | |
| virtual void | Set (const UIDRef &item, const PointSelector &handle)=0 |
| virtual void | Clear ()=0 |
| virtual const UIDRef & | GetItem () const =0 |
| virtual const PointSelector & | GetHandle () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface for passing/storing a single path point selection.
| pure virtual |
Clear the selection data
| pure virtual |
Get the selected path point
| pure virtual |
Get the item
| pure virtual |
Set the selected path point