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

Public Member Functions | |
| virtual void | Set (const int32 &numSides, const int32 &starInset)=0 |
| virtual const int32 & | GetNumSides () const =0 |
| virtual const int32 & | GetStarInset () 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 |
Simple data interface for regular polygon preferences commands.
Regular polygon preferences include the number of sides and the star inset.
| pure virtual |
Retrieves the number of sides to use for regular polygons.
| pure virtual |
Retrieves the star inset to use for regular polygons.
| pure virtual |
Sets the preferences to use for regular polygons.
| numSides | IN The number of sides for the polygon |
| starInset | IN The star inset for the polygon |