Programmer's Guide > Interfaces > CMSSession interface > getGraphicCreateInfo method
  
getGraphicCreateInfo method
Returns the default creation information for a new graphic object. This information is defined in the atidefaults configuration file.
The information is returned in a PropertyMap. The following table shows the supported key string values:
Key
Value Type
Value Description
IO_CRE_LOCATION
String
Specifies the default location for new graphics. This may be the Logical ID of a folder or it may be in an adapter-specific path format.
IO_CRE_OBJECT_TYPE
String
Specifies the default object type for graphics.
IO_CRE_LABEL
String
Specifies the default version label for graphics.
getGraphicCreateInfo(graphicNode )
Parameters
NodegraphicNode
Represents a graphic tag. Elements are designated as graphic tags by a document type's DCF (document configuration file) file or by the document's current Styler stylesheet. The stylesheet overrides the DCF file.
Returns
PropertyMap. A PropertyMap containing the requested information.
Throws
CMSException
If an error occurs.