|  | 
  
Member AIAddToolDataPrivate::iconResourceDictionary  Obsolete. Do not use.    
Member AIAGMTextRecord  Deprecated with the move to CoolType 5. Use AICTTextinstead.   
Member AIAnnotatorMessage::port  For drawing, the port to which to draw the annotation. The AIPortRefis the same as anADMPortRef, and can be used directly to create an ADM drawer for platform-independent drawing.
 NULLfor an invalidation request. Deprecated in AI 15.0. UseAIAnnotatorDrawerSuitefor platform-independent drawing instead.   
Member AIAppContextSuite::MacGetAppQDGlobal )(void **appQD) No longer needed.    
Member AIArtSuite::CancelKeyArt )(void)    
Member AIAssetMgmtSuite::CreateXMPSession )(const char *xmpIn, AIXMPSession *xmp) Creates a new XMP session, which you can use to manipulate XMP metadata for the current document.    
Member AIAssetMgmtSuite::DeleteProperty )(AIXMPSession xmp, const char *nameSpace, const char *key) Removes a property from XMP metadata.    
Member AIAssetMgmtSuite::DisposeXMPSession )(AIXMPSession xmp) Frees memory associated with the XMP session object that is no longer needed.    
Member AIAssetMgmtSuite::GetProperty )(AIXMPSession xmp, const char *nameSpace, const char *key, char *value) Retrieves the value of an XMP property.    
Member AIAssetMgmtSuite::GetPropertySize )(AIXMPSession xmp, const char *nameSpace, const char *key, ai::int32 *valueSize) Gets the size of an XMP key value. Use this size to allocate memory before calling GetProperty().   
Member AIAssetMgmtSuite::GetXMPSessionBuffer )(AIXMPSession xmp, char *xmpOut) Retrieves the buffer of the XMP session object.    
Member AIAssetMgmtSuite::GetXMPSessionSize )(AIXMPSession xmp, int *xmpSize) Gets the size of an XMP session object. Use this size to allocate memory before calling GetXMPSessionBuffer().   
Member AIAssetMgmtSuite::Progress )(ai::int32 bytesTransferred, ai::int32 contentLength, char *server, char *uri, char *method, char *contentType, const ai::FilePath &localFile) Used internally. Progress callback for Version Cue network operations.    
Member AIAssetMgmtSuite::SetProperty )(AIXMPSession xmp, const char *nameSpace, const char *key, const char *value) Sets the value of an XMP property.    
Class AICommandManagerSuite  Use AIMenuSuiteinstead. This suite provides an older mechanism for manipulating Illustrator menu commands, It is provided for compatibility, but has been superseded byAIMenuSuite.   
Class AICommandMessage  Use AIMenuSuiteinstead.   
Member AICustomColorSuite::GetCustomColorDisplayName )(ai::UnicodeString &name) This function is now a no-op. An earlier version of Illustrator stored unique internal names for custom colors different from those displayed in the UI.    
Member AIDocumentMiPrintRecordPtr  Information about how a document will print. No longer used.    
Member AIDocumentSuite::DocumentHasManagedLinks )(AIDocumentHandle document, AIBoolean *hasManagedLinks) Reports whether a document contains any managed links. A managed link is a URL to an Adobe Workgroup Server where one can share and keep versions of the linked document.    
Member AIDocumentSuite::GetDocumentAssetMgmtInfo )(AIBoolean *managed, ai::int32 *pNAlternates, AIBoolean *checkedOut, const char **URL, AIBoolean *canEdit, char *fileType) Retrieves asset management information. Pass nullfor any parameter whose state you do not want to retrieve.   
Member AIDocumentSuite::SetDocumentAssetMgmtInfo )(AIBoolean *managed, AIBoolean *checkedOut, const char *URL, AIBoolean *canEdit) Sets asset management information. Pass nullfor any parameter whose state you do not want to set.   
Member AIDocumentSuite::WriteDocumentMacInformationResource )(const ai::FilePath &file) Does nothing in AI13 (CS3)   
Class AIMacFileFormatSuite  . Obsolete platform-specific functions. Use functions in AIFileFormatSuite.   
Class AIObjectSetSuite  Object sets provide an obsolete mechanism for attaching global information to a document. Their use is deprecated in favor of dictionaries. Each document contains a dictionary where arbitrary information can be stored. See AIDocumentSuite::GetDictionary()andAIDocumentSuite::GetNonRecordedDictionary().   
Member AIPanelSuite::SetIconResourceID )(AIPanelRef inPanel, const ai::AutoBuffer< ai::uint32 > &iconResId, const ai::AutoBuffer< ai::uint32 > &darkIconResId) . Use AIPanelSuite::SetSVGIconResourceID()Sets the icon to be used when a panel is collapsed, using an existing resource. Only PNG icons can be used.   
Member AIPathStyle::clip  . Use AIArtSuite::SetArtUserAttr(). Whether or not to use this as a clipping path   
Member AIPathStyle::lockClip  . Use AIArtSuite::SetArtUserAttr(). Whether or not to lock the clipping path   
Member AIPathSuite::CancelKeySegment )(void) . use SetKeySegment()intsead. Clears the key anchor point (the one to which other anchor points are aligned). This is usually the last anchor point selected with the direct select tool.   
Member AIPluginGroupSuite::PluginArtAdjustColors )(AIArtHandle art, AIAdjustColorFunc adjustColorCallback, void *callbackData, ASBoolean *modifiedSomething, AIBoolean adjustFills, AIBoolean adjustStrokes, AIBoolean selectionOnly) As of AI13 (CS3), this function is deprecated in favor of AIPathStyleSuite::AdjustObjectAIColors(), a more powerful and flexible treatment of colors in global objects such as patterns, gradients, symbols, brushes, and Live Effects. Color filter plug-ins that iterate the artwork contents themselves and only use this function for plug-in groups with that have the flagkPluginGroupManagesPaintStyles, should now useAIPathStyleSuite::AdjustObjectAIColors()to process the entire selection. In this case, the new function emulates the previous behavior; it sends an c\ AIPluginGroupAdjustColorsData message in which both the pattern and style adjustment callbacks do nothing.   
Member AISwatchListSuite::GetNextSwatch )(AISwatchRef prev) Retrieves the next swatch in a swatch group within a swatch list. Use to find the swatch following one for which you do not have an index (retrieved, for example, with AISwatchListSuite::GetSwatchByNameAndType()). Do not use for iteration. (Note that this function returns an object, not an error code.)   
Member AIToolSuite::GetToolNullEventInterval )(AIToolHandle tool, AIToolTime *outTime) Obsolete. Do not use.    
Member AIToolSuite::SetToolNullEventInterval )(AIToolHandle tool, AIToolTime inTime) Obsolete. Do not use.    
Member AIXMLNodeSuite::GetData )(AIXMLNodeRef node, AIDictKey key, AIEntryRef *value) . Obsolete, do not use.    
Member AIXMLNodeSuite::RemoveData )(AIXMLNodeRef node, AIDictKey key) . Obsolete, do not use.    
Member AIXMLNodeSuite::SetData )(AIXMLNodeRef node, AIDictKey key, AIEntryRef value) . Obsolete, do not use.    
Member ATE::IFind::FindAndReplaceAllMatches (ATETextDOM::Int32 *pReplaceCount) Do not use. See class description of IFind.   
Member ATE::ISpell::DoReplaceAll () Obsolete, do not use. See ISpellclass description for information on implementing a replace-all operation.   
Member kAICommandNormalContext  Use AIMenuSuiteinstead.   
Member kAICommandPluginContext  Use AIMenuSuiteinstead.   
Member kAICommandTextEditContext  Use AIMenuSuiteinstead.   
Member kAICommandToolBoxContext  Use AIMenuSuiteinstead.   
Member kAIFilterSuite  This suite is deprecated as of AI 14 (CS4), in favor of AILiveEffectSuite. See AILiveEffectSuite.   
Member kAIToolChangedNotifier  Use kAIEffectiveToolChangedNotifierinstead Sent when the current tool is changed to a different tool.   
Member kAIToolResumedByCmdKeyNotifier  Use kAIEffectiveToolChangedNotifierinstead Sent when the original tool is restored from a temporary switch back tokSelectTool,kDirectSelectTool, orkDirectObjectSelectTool. Sent when the Ctrl or Cmd key is released.   
Member kAIToolResumedBySpacebarNotifier  Use kAIEffectiveToolChangedNotifierinstead Sent when the user releases the spacebar (or Alt key(while in Text tool) or Ctrl+spacebar, or Ctrl+Alt+spacebar) to resume using the original tool.   
Member kAIToolResumeNotifier  Use kAIEffectiveToolChangedNotifierinstead Sent when the cursor enters a document window.   
Member kAIToolSuspendedByCmdKeyNotifier  Use kAIEffectiveToolChangedNotifierinstead Sent whenkSelectTool,kDirectSelectTool, orkDirectObjectSelectToolis temporarily reselected by pressing Ctrl(Windows) or Cmd(Macintosh) key while using another tool. For example, ifkDirectSelectToolis selected and you then choose the eraser tool, pressing the Ctrl or Cmd key temporarily switches back tokDirectSelectTool, and sends this notification.   
Member kAIToolSuspendedBySpacebarNotifier  Use kAIEffectiveToolChangedNotifierinstead Sent when the user presses the space bar or Alt key(while in Text Tool) to select the scroll tool (kScrollTool) or zoom tool (kZoomTool), or presses Ctrl+spacebar, or Ctrl+Alt+spacebar while using another tool.   
Member kAIToolSuspendNotifier  Use kAIEffectiveToolChangedNotifierinstead Sent when the cursor leaves a document window.   
Member kAIUserToolChangedNotifier  Use kAIEffectiveToolChangedNotifierinstead Sent when a property of a plug-in tool is changed, such as its options, title, icon, or tooltip.   
Member kCallerAICommand  Use AIMenuSuiteinstead.   
Member kSelectorAICommand  Use AIMenuSuiteinstead.   
Member kSPAdaptersAboutSelector  Used internally.    
Member kSPAdaptersAcquireSuiteHostSelector  Used internally.    
Member kSPAdaptersFindPropertySelector  Used internally.    
Member kSPAdaptersReleaseSuiteHostSelector  Used internally.    
Member POP_GLOBALS     
Member PUSH_GLOBALS   
 
 |